MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / color_tree_has

Function color_tree_has

samples/shared/lodepng.cpp:2991–2994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2989
2990#ifdef LODEPNG_COMPILE_ENCODER
2991static int color_tree_has(ColorTree* tree, unsigned char r, unsigned char g, unsigned char b, unsigned char a)
2992{
2993 return color_tree_get(tree, r, g, b, a) >= 0;
2994}
2995#endif /*LODEPNG_COMPILE_ENCODER*/
2996
2997/*color is not allowed to already exist.

Callers 1

get_color_profileFunction · 0.85

Calls 1

color_tree_getFunction · 0.85

Tested by

no test coverage detected