Class: DynamicPDFApi::ColorFormatType

Inherits:
Object
  • Object
show all
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