Searched refs:GRAY_PRIMARIES (Results 1 – 1 of 1) sorted by relevance
201 private static final float[] GRAY_PRIMARIES = { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f }; field in ColorSpace2412 this(name, isGray(toXYZ) ? GRAY_PRIMARIES : computePrimaries(toXYZ), in Rgb()