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