Colord.ColorUVW¶
Methods¶
| class | new() | 
| copy(dest) | |
| dup() | |
| free() | |
| get_chroma_difference(p2) | |
| set(U, V, W) | |
| set_planckian_locus(temp) | 
Details¶
- 
class Colord.ColorUVW¶
- 
classmethod new()[source]¶
- Returns: - A newly allocated - Colord.ColorUVWobject- Return type: - Colord.ColorUVW- Allocates a color value. - New in version 1.1.6. 
 - 
copy(dest)[source]¶
- Parameters: - dest ( - Colord.ColorUVW) – the destination color- Deep copies a color value. - New in version 1.1.6. 
 - 
dup()[source]¶
- Return type: - Colord.ColorUVW- New in version 1.1.6. 
 - 
get_chroma_difference(p2)[source]¶
- Parameters: - p2 ( - Colord.ColorUVW) – color- Returns: - The Euclidean distance - Return type: - float- Gets the chromaticity distance in the CIE 1960 UCS. - New in version 1.1.6. 
 
- 
classmethod