Table of Contents

TDrawingColor.FromSystem Method

Overloads

TDrawingColor.FromSystem(TSystemColor)

Returns a color class with a specified system color.

Syntax

Unit: FlexCel.Core

class function TDrawingColor.FromSystem(const aColor: TSystemColor): TDrawingColor; static; overload;

Parameters

<-> Parameter Type Description
const aColor TSystemColor Color that we want to set.

Returns

The corresponding system color.

See also

TDrawingColor.FromSystem(TSystemColor, TColorTransformArray)

Returns a color class with a specified system color.

Syntax

Unit: FlexCel.Core

class function TDrawingColor.FromSystem(const aColor: TSystemColor; const aTransforms: TArray<TColorTransform>): TDrawingColor; static; overload;

Parameters

<-> Parameter Type Description
const aColor TSystemColor Color that we want to set.
const aTransforms TArray<​TColor​Transform> Transformations you want to apply.

Returns

The corresponding system color.

See also