User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_color_methods

ITGIS_Color methods

Methods

Inherited Overrides Protected

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
FromABGR public Creates a transparent color using the BGR color model.
FromACMYK public Creates a transparent color with alpha using the CMYK 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 public Creates a transparent color using the RGB color model.
FromARGB_2 public Creates a transparent color using RGB color model.
FromBGR public Creates a color using the BGR color model.
FromBGR_2 public Creates a color using the BGR color model.
FromCMYK public Creates a color using the CMYK color model.
FromHSL public Creates a color using the HSL color model.
FromHSV public Creates a color using the HSV color model.
FromRGB public Creates a color using the RGB color model.
FromRGB_2 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.
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.
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.

2022/06/30 01:06

Page Tools