Colord.ColorUVW¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
U |
r/w |
||
V |
r/w |
||
W |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Colord.ColorUVW¶
- classmethod new()[source]¶
- Returns:
A newly allocated
Colord.ColorUVW
object- Return type:
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.
- get_chroma_difference(p2)[source]¶
- Parameters:
p2 (
Colord.ColorUVW
) – color- Returns:
The Euclidean distance
- Return type:
Gets the chromaticity distance in the CIE 1960 UCS.
New in version 1.1.6.