TDrawingColor.FromTheme Method
Overloads
TDrawingColor.FromTheme(TThemeColor)
Returns a color class with a specified themed color.
Syntax
Unit: FlexCel.Core
class function TDrawingColor.FromTheme(const aColor: TThemeColor): TDrawingColor; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aColor |
TThemeColor |
Color that we want to set. |
Returns
The corresponding system color.
See also
Returns a color class with an specified themed color.
Syntax
Unit: FlexCel.Core
class function TDrawingColor.FromTheme(const aColor: TThemeColor; const aTransforms: TArray<TColorTransform>): TDrawingColor; static; overload;
Parameters
Returns
The corresponding system color.
See also