ColorFToRgba Method

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

Definition

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

Return Value

Vector4
A Vector4 structure converted from this ColorF instance.

See Also