Class: DynamicPDFApi::ColorSpaceType
- Inherits:
-
Object
- Object
- DynamicPDFApi::ColorSpaceType
- Defined in:
- lib/ruby_client/ColorSpaceType.rb
Overview
Specifies Color Space.
Constant Summary collapse
- MONOCHROME =
Represents a Monochrome color space.
'monochrome'.freeze
- GRAYSCALE =
Represents a Grayscale color space.
'grayscale'.freeze
- RGB =
Represents an RGB color space.
'rGB'.freeze
- CMYK =
Represents a CMYK color space.
'cMYK'.freeze
- INDEXED =
Represents an Indexed color space.
'indexed'.freeze
- UNKNOWN =
Unknown color space.
'unknown'.freeze