Example #1
0
 /// <summary>Converts this from a gamma space color, into a linear
 /// space color! If this is not a gamma space color, this will just
 /// make your color wacky!</summary>
 /// <returns>A linear space color.</returns>
 public Color ToLinear()
 => NativeAPI.color_to_linear(this);