MCPcopy Create free account
hub / github.com/GreycLab/CImg / st_RGB

Method st_RGB

examples/use_RGBclass.cpp:87–87  ·  view source on GitHub ↗

Construct from R,G,B references of values.

Source from the content-addressed store, hash-verified

85
86 // Construct from R,G,B references of values.
87 st_RGB(const T& nR, const T& nG, const T& nB):_R(nR),_G(nG),_B(nB),R(_R),G(_G),B(_B) {}
88 st_RGB(T& nR, T& nG, T& nB):R(nR),G(nG),B(nB) {}
89
90 // Copy constructors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected