convertLinearToSRGB method

Color convertLinearToSRGB()

Implementation

Color convertLinearToSRGB() {
  copyLinearToSRGB(this);

  return this;
}