Searched refs:extendedSrgb (Results 1 – 1 of 1) sorted by relevance
102 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in createWithColorSpace() local105 extendedSrgb, in createWithColorSpace()111 assertSame(extendedSrgb, cs); in createWithColorSpace()1168 ColorSpace extendedSrgb = ColorSpace.get(ColorSpace.Named.EXTENDED_SRGB); in testProPhoto() local1170 Color expected = blue.convert(extendedSrgb); in testProPhoto()1175 Bitmap.Config.RGBA_F16, true, extendedSrgb); in testProPhoto()