Vcl.Themes.TElementColor
Delphi
TElementColor = (
ecBorderColor,
ecFillColor,
ecTextColor,
ecEdgeLightColor,
ecEdgeHighLightColor,
ecEdgeShadowColor,
ecEdgeDkShadowColor,
ecEdgeFillColor,
ecTransparentColor,
ecGradientColor1,
ecGradientColor2,
ecGradientColor3,
ecGradientColor4,
ecGradientColor5,
ecShadowColor,
ecGlowColor,
ecTextBorderColor,
ecTextShadowColor,
ecGlyphTextColor,
ecGlyphTransparentColor,
ecFillColorHint,
ecBorderColorHint,
ecAccentColorHint,
ecTextColorHint,
ecHeading1TextColor,
ecHeading2TextColor,
ecBodyTextColor
);
C++
enum DECLSPEC_DENUM TElementColor : unsigned char { ecBorderColor, ecFillColor, ecTextColor, ecEdgeLightColor, ecEdgeHighLightColor, ecEdgeShadowColor, ecEdgeDkShadowColor, ecEdgeFillColor, ecTransparentColor, ecGradientColor1, ecGradientColor2, ecGradientColor3, ecGradientColor4, ecGradientColor5, ecShadowColor, ecGlowColor, ecTextBorderColor, ecTextShadowColor, ecGlyphTextColor, ecGlyphTransparentColor, ecFillColorHint, ecBorderColorHint, ecAccentColorHint, ecTextColorHint, ecHeading1TextColor, ecHeading2TextColor, ecBodyTextColor };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
Describes the possible colors used for different parts and states of an element.
TElementColor specifies the types of colors for an element.
Value | Meaning |
ecBorderColor
|
Color of the border of the element |
ecFillColor
|
The color used to fill the element |
ecTextColor
|
The color for the text from an element |
ecEdgeLightColor
|
The light color of the edge |
ecEdgeHighLightColor
|
The highlight color of the edge |
ecEdgeShadowColor
|
The shadow color of the edge |
ecEdgeDkShadowColor
|
The dark shadow color of the edge |
ecEdgeFillColor
|
The color used to fill the edge |
ecTransparentColor
|
The color set as transparent |
ecGradientColor1
|
The first gradient color |
ecGradientColor2
|
The second gradient color |
ecGradientColor3
|
The third gradient color |
ecGradientColor4
|
The fourth gradient color |
ecGradientColor5
|
The fifth gradient color |
ecShadowColor
|
The shadow color of the element |
ecGlowColor
|
The glow color of the element |
ecTextBorderColor
|
The color of the text border for the element |
ecTextShadowColor
|
The color of the text shadow |
ecGlyphTextColor
|
The color of the glyph text |
ecGlyphTransparentColor
|
The color that is set as transparent for the glyph |
ecFillColorHint
|
The color used to fill the color hint |
ecBorderColorHint
|
The color for the border color hint |
ecAccentColorHint
|
The color for the accent color hint |
ecTextColorHint
|
The color for the text color hint |
ecHeading1TextColor
|
The color for the text on the first-level heading |
ecHeading2TextColor
|
The color for the text on the second-level heading |
ecBodyTextColor
|
The color for the body text |