MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getSRGB

Method getSRGB

shared/java/ColorSpace.java:17–19  ·  view source on GitHub ↗

@return the sRGB color space

()

Source from the content-addressed store, hash-verified

15 * @return the sRGB color space
16 */
17 public static ColorSpace getSRGB() {
18 return _SRGBHolder.INSTANCE;
19 }
20
21 public static class _SRGBLinearHolder {
22 static { Stats.onNativeCall(); }

Callers 6

testExtendedApiMethod · 0.95
makeS32Method · 0.95
convertMethod · 0.95
drawColorsMethod · 0.95
linearCSMethod · 0.95
drawLinearCSMethod · 0.95

Calls

no outgoing calls

Tested by 1

testExtendedApiMethod · 0.76