Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ toSRGB
Method
toSRGB
source/core/StarColor.cpp:475–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
Color Color::toSRGB() {
476
Color c = *this;
477
c.convertToSRGB();
478
return c;
479
}
480
481
Color Color::contrasting() {
482
Color c = *this;
Callers
1
FadeToColorImageOperation
Method · 0.80
Calls
1
convertToSRGB
Method · 0.80
Tested by
no test coverage detected