Conversion.RGBToHunterLab

Static Method in Conversion

Declaration

public static HunterLab RGBToHunterLab(float R, float G, float B, Tristimulus whitePoint)

Description

Converts RGB components to Hunter Lab components.

Parameters

RThe red component of the color in the range [0..1].
GThe green component of the color in the range [0..1].
BThe blue component of the color in the range [0..1].
whitePointThe reference white point.

Returns

HunterLabThe converted Hunter Lab components.