Class: DynamicPDFApi::ColorFormatType
- Inherits:
-
Object
- Object
- DynamicPDFApi::ColorFormatType
- Defined in:
- lib/ruby_client/Imaging/ColorFormatType.rb
Overview
Enum representing color formats.
Constant Summary collapse
- RGB =
RGB color format.
:Rgb.freeze
- RGBA =
RGBA color format.
:Rgba.freeze
- Grayscale =
Grayscale color format.
:Grayscale.freeze
- Monochrome =
Monochrome color format.
:Monochrome.freeze
- Indexed =
Indexed color format.
:Indexed.freeze