示例#1
0
 /// <summary>Converts the gamma space RGB color to a CIE LAB color
 /// space value! Conversion back and forth from LAB space could be
 /// somewhat lossy.</summary>
 /// <returns>An LAB vector where x=L, y=A, z=B.</returns>
 public Vec3 ToLAB()
 => NativeAPI.color_to_lab(this);