convertSRGBToLinear method

Color convertSRGBToLinear()

Implementation

Color convertSRGBToLinear() {
  copySRGBToLinear(this);

  return this;
}