Class: DynamicPDFApi::TiffColorFormat

Inherits:
ColorFormat show all
Defined in:
lib/ruby_client/Imaging/TiffColorFormat.rb

Overview

Base class for TIFF color formats and used for RGB and Grayscale color formats.

Instance Attribute Summary

Attributes inherited from ColorFormat

#type

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ TiffColorFormat

Initializes a new instance of the TiffColorFormat class with the specified color format type.

Parameters:



13
14
15
# File 'lib/ruby_client/Imaging/TiffColorFormat.rb', line 13

def initialize(type)
  @type = type
end