Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
Callers
13
getProcessPropertyInt
Method · 0.45
getProcessPropertyUnsignedInt
Method · 0.45
getProcessPropertyDouble
Method · 0.45
getProcessPropertyFloat
Method · 0.45
getProcessPropertyBool
Method · 0.45
getProcessPropertyBoolOneShot
Method · 0.45
getProcessPropertyString
Method · 0.45
getProcessPropertyVectorInt
Method · 0.45
getProcessPropertyVectorDouble
Method · 0.45
getProcessPropertyColor
Method · 0.45
getProcessPropertyPoint
Method · 0.45
VersionIsIgnored
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected