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

Method getColorSpace

shared/java/ImageInfo.java:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 @Nullable
119 public ColorSpace getColorSpace() {
120 return _colorInfo.getColorSpace();
121 }
122
123 @NotNull
124 public ImageInfo withColorSpace(@NotNull ColorSpace colorSpace) {

Callers

nothing calls this directly

Calls 1

getColorSpaceMethod · 0.65

Tested by

no test coverage detected