ColorFFromRgba Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static ColorF FromRgba(
Vector4 vector
)
Public Shared Function FromRgba (
vector As Vector4
) As ColorF
public:
static ColorF FromRgba(
Vector4 vector
)
static member FromRgba :
vector : Vector4 -> ColorF
- vector Vector4
- A Vector4 representing the RGBA color components. The parameter is not validated, but
you can use the IsValid property or the Clip method on the created result.
ColorFA
ColorF structure converted from the specified
Vector4.