Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/openfx-misc
/ RGBAValues
Method
RGBAValues
ImageStatistics/ImageStatistics.cpp:280–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
{
279
double r, g, b, a;
280
RGBAValues(double v) : r(v), g(v), b(v), a(v) {}
281
282
RGBAValues() : r(0), g(0), b(0), a(0) {}
283
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected