ColorDialog.setInitialColor

Set the initial color to display in the dialog. Use colors from the preset color list or a web style hex color.

class ColorDialog
setInitialColor
(
this T
)
(
string color
)

Parameters

color string

The initial color.

Return Value

Type: auto

This dialog to aid method chaining.

See Also

tkd.widget.color

Caveats: If the passed color is not recognised the dialog will fail to show.

Meta