Home | History | Annotate | Download | only in core

Lines Matching defs:Gamut

17  *  Describes a color gamut with primaries and a white point.
26 * Convert primaries and a white point to a toXYZD50 matrix, the preferred color gamut
83 enum Gamut {
91 * Create an SkColorSpace from a transfer function and a color gamut.
94 * Gamut can be specified as an enum or as the matrix transformation to XYZ D50.
96 static sk_sp<SkColorSpace> MakeRGB(RenderTargetGamma gamma, Gamut gamut);
98 static sk_sp<SkColorSpace> MakeRGB(const SkColorSpaceTransferFn& coeffs, Gamut gamut);
128 * Returns true and sets |toXYZD50| if the color gamut can be described as a matrix.