Colord.ColorYxy¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
Y |
r/w |
||
x |
r/w |
||
y |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Colord.ColorYxy¶
- classmethod new()[source]¶
- Returns:
A newly allocated
Colord.ColorYxy
object- Return type:
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.
- 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.