Page.setCMYKFill

Sets the filling color.

See CMYK color model

class Page
setCMYKFill
(
float c
,
float m
,
float y
,
float k
)

Parameters

c float

The level of cyan color element. They must be between 0 and 1.

m float

The level of magenta color element. They must be between 0 and 1.

y float

The level of yellow color element. They must be between 0 and 1.

k float

The level of key element. They must be between 0 and 1.

Graphics Mode
Before and after
GMode.pageDescription or GMode.textObject

Meta