Table of Contents

TDrawingColor.FromRgb Method

Returns a color from its byte components.

Syntax

Namespace: FlexCel.Core

public static TDrawingColor FromRgb(Byte r, Byte g, Byte b, params TColorTransform[] aTransforms)

Parameters

<-> Parameter Type Description
r Byte Red component.
g Byte Green component.
b Byte Blue component.
params aTransforms TColorTransform[] Transformations you want to apply.

See also