Page.setRGBFill

Sets the filling color.

class Page
setRGBFill
(
float r
,
float g
,
float b
)

Parameters

r float

The level of red color element. They must be between 0 and 1. (See Colors)

g float

The level of green color element. They must be between 0 and 1. (See "Colors")

b float

The level of blue color element. They must be between 0 and 1. (See "Colors")

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

Meta