class HexaPDF::Content::ColorSpace::DeviceGray::Color
See: PDF2.0 s8.6.4.2
A color in the DeviceGray color space.
def color_space
def color_space DeviceGray::DEFAULT end
def components
def components [@gray] end
def initialize(gray)
Initializes the color with the +gray+ component.
def initialize(gray) @gray = gray end