DK for Java | tatukgis.jdk.TGIS_Color | Fields | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| FromABGR | public | Creates a transparent color using the BGR color model. | |
| FromACMYK | public | Creates a transparent color with alpha using the CMYK color model. | |
| FromAHCL | public | Creates a transparent color using the HCL color model. | |
| FromAHSL | public | Creates a transparent color using the HSL color model. | |
| FromAHSV | public | Creates a transparent color using the HSV color model. | |
| FromARGB(byte, byte, byte, byte) | public | Creates a transparent color using the RGB color model. | |
| FromARGB(int) | public | Creates a transparent color using RGB color model. | |
| FromBGR(byte, byte, byte) | public | Creates a color using the BGR color model. | |
| FromBGR(int) | public | Creates a color using the BGR color model. | |
| FromCMYK | public | Creates a color using the CMYK color model. | |
| FromHCL | public | Creates a color using the HCL color model. | |
| FromHSL | public | Creates a color using the HSL color model. | |
| FromHSV | public | Creates a color using the HSV color model. | |
| FromRGB(byte, byte, byte) | public | Creates a color using the RGB color model. | |
| FromRGB(int) | public | Creates a color using the RGB color model. | |
| FromString | public | Creates a color using the hex string. | |
| ToABGR | public | Converts a color to an integer in the ABGR form. | |
| ToACMYK | public | Retrieves the alpha (A), cyan (C), magenta (M), yellow (Y), and black (K) components of the current color. | |
| ToAHCL | public | Retrieves the alpha (A), hue (H), chroma (C) and luminance (L) components of the current color. | |
| ToAHSL | public | Retrieves the alpha (A), hue (H), saturation (S) and lightness (L) components of the current color. | |
| ToAHSV | public | Retrieves the alpha (A), hue (H), saturation (S) and value (V) components of the current color. | |
| ToARGB | public | Converts a color to an integer in the ABGR form. | |
| ToBGR | public | Converts a color to an integer in the BGR form. | |
| ToCMYK | public | Retrieves the cyan (C), magenta (M), yellow (Y), and black (K) components of the current color. | |
| ToHCL | public | Retrieves the alpha (A), hue (H), chroma (C) and luminance (L) components of the current color. | |
| ToHSL | public | Retrieves the hue (H), saturation (S) and lightness (L) components of the current color. | |
| ToHSV | public | Retrieves the hue (H), saturation (S) and value (V) components of the current color. | |
| ToRGB | public | Converts a color to an integer in the RGB form. | |
| ToString | public | Converts the color to a hexadecimal string. | |
| TryFromString | public | Tries to create a color using the hex string. | |