|
Public Member Functions |
|
| this () |
| | Empty constructor.
|
|
| this (Color color) |
| | Uses this color as the default in the selector.
|
|
bit | run () |
| | Shows the dialog and returns whether it was okay or canceled.
|
|
bit | run (out Color color) |
| | Show the dialog and return whether it was okay or canceled; assigns color if it was okay.
|
Public Attributes |
|
Color | color |
| | The default color shown in the selector; this is also modified whenever a successful run is performed.
|
|
Color[16] | customColors |
| | Custom colors array used by the selector.
|