예제 #1
0
 /// <summary>Converts the gamma space color to a Hue/Saturation/Value
 /// format! Does not consider transparency when calculating the
 /// result.</summary>
 /// <returns>Hue, Saturation, and Value, stored in x, y, and z
 /// respectively. All values are between 0-1.</returns>
 public Vec3 ToHSV()
 => NativeAPI.color_to_hsv(this);