DK11 for Delphi | GisTypesUI.TGIS_Color | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
FromABGR | public | Create color from integer in ABGR form (Alpha Blue Green Red). | |
FromAHSL | public | Create color from alpha, hue, saturation and luminance. | |
FromAHSV | public | Create color from alpha, hue, saturation and value/brightness. | |
FromARGB(Byte; Byte; Byte; Byte) | public | Create color from Alpha Red Green Blue elements. | |
FromARGB(Cardinal) | public | Create color from integer in ABGR form (Alpha Red Green Blue). | |
FromBGR(Byte; Byte; Byte) | public | Create color from Blue Green Red elements. | |
FromBGR(Cardinal) | public | Create color from integer in BGR form (Blue Green Red). | |
FromHSL | public | Create color from hue, saturation and luminance. | |
FromHSV | public | Create color from hue, saturation and value/brightness. | |
FromRGB(Byte; Byte; Byte) | public | Create color from Red Green Blue elements. | |
FromRGB(Cardinal) | public | Create color from integer in RGB form (Red Green Blue). | |
ToABGR | public | Convert color to integer in ABGR form. | |
ToAHSL | public | Retrieve the hue (H), saturation (S) and lightness (L) of the current color. | |
ToAHSV | public | Retrieve the hue (H), saturation (S) and value/brightness (V/B) of the current color. | |
ToARGB | public | Convert color to integer in ABGR form. | |
ToBGR | public | Convert color to integer in BGR form. | |
ToHSL | public | Retrieve the hue (H), saturation (S) and lightness (L) of the current color. | |
ToHSV | public | Retrieve the hue (H), saturation (S) and value/brightness (V/B) of the current color. | |
ToRGB | public | Convert color to integer in RGB form. | |