Class: DynamicPDFApi::Color

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/Color.rb

Overview

Base class representing a color.

Direct Known Subclasses

CmykColor, Grayscale, RgbColor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeColor

Returns a new instance of Color.



6
7
8
# File 'lib/ruby_client/Color.rb', line 6

def initialize
  @_color_string = nil
end

Instance Attribute Details

#_color_stringObject

Returns the value of attribute _color_string.



10
11
12
# File 'lib/ruby_client/Color.rb', line 10

def _color_string
  @_color_string
end