converters/xyz_rgb library
Properties
- linearRgbToXyzMatrix → Matrix3
-
final
- xyzToLinearRgbMatrix → Matrix3
-
final
Functions
-
linearRgbToRgb(
RGB rgb) → RGB - Converts linear sRGB to sRGB (gamma correction)
-
linearRgbToXyz(
RGB rgb) → XYZ -
rgbToLinearRgb(
RGB rgb) → RGB - Converts sRGB to linear sRGB (gamma correction)
-
xyzToLinearRgb(
XYZ xyz) → RGB