TdxAlphaColors Methods
Stores TdxAlphaColor equivalents of predefined TColor constants and implements auxiliary color-related methods.| Name | Description |
|---|---|
| _3DDkShadow static | Returns the TdxAlphaColor equivalent of the system cl3DDkShadow TColor value. |
| _3DLight static | Returns the TdxAlphaColor equivalent of the system cl3DLight TColor value. |
| ActiveBorder static | Returns the TdxAlphaColor equivalent of the system clActiveBorder TColor value. |
| ActiveCaption static | Returns the TdxAlphaColor equivalent of the system clActiveCaption TColor value. |
| ActiveCaptionText static | |
| Alpha(TdxAlphaColor) static | Extracts the alpha value from the specified color. |
| AppWorkSpace static | Returns the TdxAlphaColor equivalent of the system clAppWorkSpace TColor value. |
| B(TdxAlphaColor) static | Extracts the blue color component value from the specified color. |
| Background static | Returns the TdxAlphaColor equivalent of the system clBackground TColor value. |
| Blend(TdxAlphaColor,TdxAlphaColor) static | Blends two specified colors into a new color. |
| BtnFace static | Returns the TdxAlphaColor equivalent of the system clBtnFace TColor value. |
| BtnHighlight static | Returns the TdxAlphaColor equivalent of the system clBtnHighlight TColor value. |
| BtnShadow static | Returns the TdxAlphaColor equivalent of the system clBtnShadow TColor value. |
| BtnText static | Returns the TdxAlphaColor equivalent of the system clBtnText TColor value. |
| ButtonFace static | |
| ButtonHighlight static | |
| ButtonShadow static | |
| CalculateNearestColor(TdxAlphaColor[],TdxAlphaColor) static | Picks a color from the provided limited set of colors that is most visually similar to the specified sample. |
| CaptionText static | Returns the TdxAlphaColor equivalent of the system clCaptionText TColor value. |
| ChangeBrightness(TdxAlphaColor,Single) static | |
| Control static | |
| ControlDark static | |
| ControlDarkDark static | |
| ControlLight static | |
| ControlLightLight static | |
| ControlText static | |
| ConvertNotation(TdxAlphaColor) static | |
| Desktop static | |
| FromArgb(Byte,TdxAlphaColor) static | Creates a TdxAlphaColor with a custom alpha (opacity) based on another TdxAlphaColor value. |
| FromArgb(Byte,Byte,Byte,Byte) static | |
| FromArgb(Byte,Byte,Byte) static | |
| FromColor(TColor) static | Converts a specified TColor value to the TdxAlphaColor type. |
| FromHSL(Single,Single,Single) static | |
| FromHtml(string) static | |
| FromName(string) static | |
| FromString(string) static | |
| G(TdxAlphaColor) static | Extracts the green color component value from the specified color. |
| GetActualValue(TdxAlphaColor,TdxAlphaColor) static | |
| GetBrightness(TdxAlphaColor) static | Extracts the brightness color component value from the specified color. |
| GetColorName(TdxAlphaColor) static | |
| GetHue(TdxAlphaColor) static | Extracts the hue color component (i.e., the hue angle) value from the specified color. |
| GetSaturation(TdxAlphaColor) static | Extracts the saturation color component value from the specified color. |
| GradientActiveCaption static | Returns the TdxAlphaColor equivalent of the system clGradientActiveCaption TColor value. |
| GradientInactiveCaption static | Returns the TdxAlphaColor equivalent of the system clGradientInactiveCaption TColor value. |
| GrayText static | Returns the TdxAlphaColor equivalent of the system clGrayText TColor value. |
| Highlight static | Returns the TdxAlphaColor equivalent of the system clHighlight TColor value. |
| HighlightText static | Returns the TdxAlphaColor equivalent of the system clHighlightText TColor value. |
| HotLight static | Returns the TdxAlphaColor equivalent of the system clHotLight TColor value. |
| HotTrack static | |
| InactiveBorder static | Returns the TdxAlphaColor equivalent of the system clInactiveBorder TColor value. |
| InactiveCaption static | Returns the TdxAlphaColor equivalent of the system clInactiveCaption TColor value. |
| InactiveCaptionText static | Returns the TdxAlphaColor equivalent of the system clInactiveCaptionText TColor value. |
| Info static | |
| InfoBk static | Returns the TdxAlphaColor equivalent of the system clInfoBk TColor value. |
| InfoText static | Returns the TdxAlphaColor equivalent of the system clInfoText TColor value. |
| IsEmpty(TdxAlphaColor) static | Determines if a specified color contains at least one non-zero color component value. |
| IsKnownColor(TdxAlphaColor) static | |
| IsTransparentOrEmpty(TdxAlphaColor) static | Determines if a specified color is empty and/or transparent. |
| IsValid(TdxAlphaColor) static | |
| Menu static | Returns the TdxAlphaColor equivalent of the system clMenu TColor value. |
| MenuBar static | Returns the TdxAlphaColor equivalent of the system clMenuBar TColor value. |
| MenuHighlight static | Returns the TdxAlphaColor equivalent of the system clMenuHighlight TColor value. |
| MenuText static | Returns the TdxAlphaColor equivalent of the system clMenuText TColor value. |
| R(TdxAlphaColor) static | Extracts the red color component value from the specified color. |
| ScrollBar static | Returns the TdxAlphaColor equivalent of the system clScrollBar TColor value. |
| ToArgb(TdxAlphaColor) static | |
| ToColor(TdxAlphaColor) static | Converts a specified TdxAlphaColor value to the TColor type. |
| ToHSL(TdxAlphaColor,Single,Single,Single) static | |
| ToHtml(TdxAlphaColor,Boolean) static | |
| ToString(TdxAlphaColor,Boolean) static | |
| UpdateHtmlSystemColors static | |
| UpdateSystemColors static | |
| Window static | Returns the TdxAlphaColor equivalent of the system clWindow TColor value. |
| WindowFrame static | Returns the TdxAlphaColor equivalent of the system clWindowFrame TColor value. |
| WindowText static | Returns the TdxAlphaColor equivalent of the system clWindowText TColor value. |
See Also