ColorPicker
Xojo provides a ColorPicker control for desktop, mobile and web projects:
Common members
These events, methods and properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Events
Name |
Description |
|---|---|
ColorSelected |
The user selected the color passed. |
Methods
Name |
Description |
|---|---|
Show |
Displays the operating system's color picker using the color and prompt passed. |
Properties
Name |
Description |
|---|---|
HasAlpha |
If True, the color selected will be returned with an alpha channel. |
See also