PColorFFromRgba Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static PColorF FromRgba(
Vector4 vector
)
Public Shared Function FromRgba (
vector As Vector4
) As PColorF
public:
static PColorF FromRgba(
Vector4 vector
)
static member FromRgba :
vector : Vector4 -> PColorF
- 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.
PColorFA
PColorF structure converted from the specified
Vector4.