ColorSpaceHelperSrgbToLinearVectorRgba Method

Converts a vector of four floating-point values representing RGBA color components in the sRGB color space to a vector representing linear color components.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public static Vector4 SrgbToLinearVectorRgba(
	Vector4 value
)

Parameters

value  Vector4
The vector to convert.

Return Value

Vector4
A vector of floating-point values between 0 and 1 representing a linear color with RGBA color components.

See Also