Poppler.Color

Fields

Name

Type

Access

Description

blue

int

r/w

the blue component of color

green

int

r/w

the green component of color

red

int

r/w

the red component of color

Methods

class

new ()

copy ()

free ()

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, use Poppler.Color.free() to free it

Return type:

Poppler.Color

Creates a new Poppler.Color

copy()
Returns:

a new allocated copy of self

Return type:

Poppler.Color

Creates a copy of self

free()

Frees the given Poppler.Color