MCPcopy Create free account
hub / github.com/BabitMF/bmf / space

Method space

bmf/hmp/java/src/main/java/com/bytedance/hmp/ColorModel.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public ColorSpace space()
31 {
32 int v = Api.color_model_space(ptr);
33 return (ColorSpace)EnumUtil.fromValue(ColorSpace.class, v);
34 }
35
36 public ColorRange range()
37 {

Callers 1

testColorModelCreateMethod · 0.95

Calls 2

color_model_spaceMethod · 0.95
fromValueMethod · 0.95

Tested by 1

testColorModelCreateMethod · 0.76