MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / value

Method value

IPL/include/IPLColor.h:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 float value() const
117 {
118
119 float hsv[3];
120 rgbToHsv(r, g, b, hsv);
121 return hsv[2];
122 }
123
124 float lightness() const
125 {

Calls

no outgoing calls

Tested by

no test coverage detected