ColorUVW
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "cd_color_uvw_get_type ()" ) ]
[ Compact ]
public class ColorUVW
Content:
Creation methods:
- public ColorUVW ()
Allocates a color value.
Methods:
- public void @set (double U, double V, double W)
Initialises a color value.
- public void copy (ColorUVW dest)
Deep copies a color value.
- public ColorUVW dup ()
- public void free ()
Deallocates a color value.
- public double get_chroma_difference (ColorUVW p2)
Gets the chromaticity distance in the CIE 1960 UCS.
- public void set_planckian_locus (double temp)
Sets the CIEUVW color from a Planckian locus of specific temperature.
Fields:
- public double U
- public double V
- public double W