HomeSort by relevance Sort by last modified time
    Searched defs:Gamut (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkColorSpace.h 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
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 194 // Gamut LUT Creation -----------------------------------------------------------------------------------------
196 // Used by gamut & softproofing
202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamut
206 // This sampler does compute gamut boundaries by comparing original
208 // of maximum are considered out of gamut.
222 // Assume in-gamut by default.
229 // does return in-gamut values,
248 // if dE1 is small and dE2 is small, value is likely to be in gamut
253 // if dE1 is small and dE2 is big, undefined. Assume in gamut
257 // dE1 is big and dE2 is small, clearly out of gamut
    [all...]
cmssm.c 32 // Gamut boundary description by using Jan Morovic's Segment maxima method
69 cmsGDBPoint Gamut[SECTORS][SECTORS];
352 return &gbd ->Gamut[theta][alpha];
355 // Add a point to gamut descriptor. Point to add is in Lab color space.
388 // Check if a given point falls inside gamut
402 // In gamut only if radius is greater
459 pt = &gbd ->Gamut[t][a];
486 if (gbd ->Gamut[theta][alpha].Type != GP_EMPTY) return TRUE;
539 gbd ->Gamut[theta][alpha].p = closel;
540 gbd ->Gamut[theta][alpha].Type = GP_MODELED
    [all...]

Completed in 536 milliseconds