Class: DynamicPDFApi::ColorFormat
- Inherits:
-
Object
- Object
- DynamicPDFApi::ColorFormat
- Defined in:
- lib/ruby_client/Imaging/ColorFormat.rb
Overview
Base class for all color formats.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
Gets or sets the color format type.
Instance Method Summary collapse
-
#initialize ⇒ ColorFormat
constructor
Initializes a new instance of ColorFormat.
Constructor Details
#initialize ⇒ ColorFormat
Initializes a new instance of ColorFormat.
9 10 11 |
# File 'lib/ruby_client/Imaging/ColorFormat.rb', line 9 def initialize @type = nil end |
Instance Attribute Details
#type ⇒ Object
Gets or sets the color format type.
16 17 18 |
# File 'lib/ruby_client/Imaging/ColorFormat.rb', line 16 def type @type end |