Poppler.Color¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
blue |
r/w |
the blue component of color |
|
green |
r/w |
the green component of color |
|
red |
r/w |
the red component of color |
Methods¶
class |
|
|
|
|
Details¶
- class Poppler.Color¶
A
Poppler.Color
describes a RGB color. Color components are values between 0 and 65535- classmethod new()¶
- Returns:
a new
Poppler.Color
, usePoppler.Color.free
() to free it- Return type:
Creates a new
Poppler.Color
- copy()¶
- Returns:
a new allocated copy of self
- Return type:
Creates a copy of self
- free()¶
Frees the given
Poppler.Color