Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ IPLColor
Method
IPLColor
IPL/include/IPLColor.h:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
public:
37
IPLColor() {
38
this->r = 0.0f;
39
this->g = 0.0f;
40
this->b = 0.0f;
41
}
42
43
IPLColor(float r, float g, float b)
44
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected