Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ hue
Method
hue
source/core/StarColor.cpp:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
float Color::hue() const {
375
return toHsva()[0];
376
}
377
378
float Color::saturation() const {
379
// Min. value of RGB
Callers
5
materialParticleColor
Method · 0.80
renderObjectPreviews
Method · 0.80
beamDrawables
Method · 0.80
contrasting
Method · 0.80
complementary
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected