This documentation is for the old version. Go to the latest Graphics Mill docs

RgbColor.Implicit Operator

Casts numeric representation of RGB color to RgbColor.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	value As Integer _
) As RgbColor
C#
public static implicit operator RgbColor (
	int value
)

Parameters

value

Type: System.Int32

Numeric representation of the RGB color.

Return Value

Converted RgbColor class instance.

See Also

Reference