Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
Vec3F Color::toRgbF() const {
327
return Vec3F(redF(), greenF(), blueF());
328
}
329
330
Vec4F Color::toHsva() const {
331
float h, s, v;
Callers
13
LiquidsDatabase
Method · 0.80
lightingTileGather
Method · 0.80
renderLightSources
Method · 0.80
processAction
Method · 0.80
lightLevel
Function · 0.80
lightSources
Method · 0.80
parseMaterialRenderProfile
Function · 0.80
lightSources
Method · 0.80
lightSources
Method · 0.80
lightSources
Method · 0.80
lightSources
Method · 0.80
LuaAnimationComponent
Method · 0.80
Calls
no outgoing calls
Tested by
1
lightSources
Method · 0.64