Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testColorModelCreate
Method · 0.95
Calls
2
color_model_space
Method · 0.95
fromValue
Method · 0.95
Tested by
1
testColorModelCreate
Method · 0.76