Class: DynamicPDFApi::TiffColorFormat
- Inherits:
-
ColorFormat
- Object
- ColorFormat
- DynamicPDFApi::TiffColorFormat
- Defined in:
- lib/ruby_client/Imaging/TiffColorFormat.rb
Overview
Base class for TIFF color formats and used for RGB and Grayscale color formats.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ColorFormat
Instance Method Summary collapse
-
#initialize(type) ⇒ TiffColorFormat
constructor
Initializes a new instance of the TiffColorFormat class with the specified color format type.
Constructor Details
#initialize(type) ⇒ TiffColorFormat
Initializes a new instance of the TiffColorFormat class with the specified color format type.
13 14 15 |
# File 'lib/ruby_client/Imaging/TiffColorFormat.rb', line 13 def initialize(type) @type = type end |