MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / RGBAValues

Method RGBAValues

Rectangle/Rectangle.cpp:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158{
159 double r, g, b, a;
160 RGBAValues(double v) : r(v), g(v), b(v), a(v) {}
161
162 RGBAValues() : r(0), g(0), b(0), a(0) {}
163};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected