MCPcopy 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
374float Color::hue() const {
375 return toHsva()[0];
376}
377
378float Color::saturation() const {
379 // Min. value of RGB

Callers 5

materialParticleColorMethod · 0.80
renderObjectPreviewsMethod · 0.80
beamDrawablesMethod · 0.80
contrastingMethod · 0.80
complementaryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected