MCPcopy 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
475Color Color::toSRGB() {
476 Color c = *this;
477 c.convertToSRGB();
478 return c;
479}
480
481Color Color::contrasting() {
482 Color c = *this;

Callers 1

Calls 1

convertToSRGBMethod · 0.80

Tested by

no test coverage detected