MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / toRgbF

Method toRgbF

source/core/StarColor.cpp:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326Vec3F Color::toRgbF() const {
327 return Vec3F(redF(), greenF(), blueF());
328}
329
330Vec4F Color::toHsva() const {
331 float h, s, v;

Callers 13

LiquidsDatabaseMethod · 0.80
lightingTileGatherMethod · 0.80
renderLightSourcesMethod · 0.80
processActionMethod · 0.80
lightLevelFunction · 0.80
lightSourcesMethod · 0.80
lightSourcesMethod · 0.80
lightSourcesMethod · 0.80
lightSourcesMethod · 0.80
lightSourcesMethod · 0.80
LuaAnimationComponentMethod · 0.80

Calls

no outgoing calls

Tested by 1

lightSourcesMethod · 0.64