class HexaPDF::Content::ColorSpace::DeviceRGB::Color

Parent
Included Modules

A color in the DeviceRGB color space.

See: PDF2.0 s8.6.4.3

Public Class Methods

new(r, g, b)

Initializes the color with the r (red), g (green) and b (blue) components.

Each argument has to be a float between 0.0 and 1.0.

Public Instance Methods

color_space()

Returns the DeviceRGB color space module.

components()

Returns the RGB color as an array of normalized color values.