Searched refs:extendedSrgb (Results 1 – 1 of 1) sorted by relevance
101 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in createWithColorSpace() local104 extendedSrgb, in createWithColorSpace()110 assertSame(extendedSrgb, cs); in createWithColorSpace()1166 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in testProPhoto() local1168 Color expected = blue.convert(extendedSrgb); in testProPhoto()1173 Bitmap.Config.RGBA_F16, true, extendedSrgb); in testProPhoto()