class HexaPDF::Content::ColorSpace::Universal::Color

Parent
Included Modules

A single color in the universal color space.

This doesn’t represent a real color but is a place holder for a color in a color space that isn’t implemented yet.

Attributes

color_space[R]

Returns the specific Universal color space used for this color.

components[R]

Returns the componets of the universal color, i.e. all arguments provided on initialization.

Public Class Methods

new(color_space, *components)

Creates a new universal color with the given components.