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.Colordescribes a RGB color. Color components are values between 0 and 65535Since 24.10 this type supports g_autoptr
- 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