Colord.ColorYxy¶
Details¶
- 
class Colord.ColorYxy¶
- 
classmethod new()[source]¶
- Returns: - A newly allocated - Colord.ColorYxyobject- Return type: - Colord.ColorYxy- Allocates a color value. - New in version 0.1.0. 
 - 
copy(dest)[source]¶
- Parameters: - dest ( - Colord.ColorYxy) – the destination color- Deep copies a color value. - New in version 0.1.27. 
 - 
dup()[source]¶
- Return type: - Colord.ColorYxy- New in version 0.1.27. 
 - 
to_uvw(dest)[source]¶
- Parameters: - dest ( - Colord.ColorUVW) – the destination color- Convert from one color format to another. - New in version 1.1.6. 
 - 
to_xyz(dest)[source]¶
- Parameters: - dest ( - Colord.ColorXYZ) – the destination color- Convert from one color format to another. - New in version 0.1.27. 
 
- 
classmethod