TTMSFNCCustomColorWheel Class
Base class for an interactive HSB color wheel with RGB sliders and a hex input field.
API unit family: TMSFNCColorWheel
Inherits from: TTMSFNCCustomControl
Syntax
TTMSFNCCustomColorWheel = class(TTMSFNCCustomControl)
Methods
| Name | Description |
|---|---|
| ColorToBValue | Extracts the blue channel byte from the given color value. |
| ColorToGValue | Extracts the green channel byte from the given color value. |
| ColorToRValue | Extracts the red channel byte from the given color value. |
| RGBToGraphicsColor | Composes a color value from separate red, green, and blue channel bytes. |