ColorFToRgb Method

Converts this ColorF instance to a Vector3 structure mapping R to X, G to Y and B to Z.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Vector3 ToRgb()

Return Value

Vector3
A Vector3 structure converted from this ColorF instance.

See Also