enum

Tput::Namespace::ImageConversionFlag

Inherits Enum / Comparable / Value / Object

Constants

ColorMode_Mask = 3
AutoColor = 0
ColorOnly = 3
MonoOnly = 2
AlphaDither_Mask = 12
ThresholdAlphaDither = 0
OrderedAlphaDither = 4
DiffuseAlphaDither = 8
NoAlpha = 12
Dither_Mask = 48
DiffuseDither = 0
OrderedDither = 16
ThresholdDither = 32
DitherMode_Mask = 192
AutoDither = 0
PreferDither = 64
AvoidDither = 128
NoOpaqueDetection = 256
NoFormatConversion = 512
None = 0
All = 1023

Instance methods

alpha_dither_mask?

Returns true if this enum value contains AlphaDither_Mask

Source
auto_color?

Returns true if this enum value contains AutoColor

Source
auto_dither?

Returns true if this enum value contains AutoDither

Source
avoid_dither?

Returns true if this enum value contains AvoidDither

Source
color_mode_mask?

Returns true if this enum value contains ColorMode_Mask

Source
color_only?

Returns true if this enum value contains ColorOnly

Source
diffuse_alpha_dither?

Returns true if this enum value contains DiffuseAlphaDither

Source
diffuse_dither?

Returns true if this enum value contains DiffuseDither

Source
dither_mask?

Returns true if this enum value contains Dither_Mask

Source
dither_mode_mask?

Returns true if this enum value contains DitherMode_Mask

Source
mono_only?

Returns true if this enum value contains MonoOnly

Source
no_alpha?

Returns true if this enum value contains NoAlpha

Source
no_format_conversion?

Returns true if this enum value contains NoFormatConversion

Source
no_opaque_detection?

Returns true if this enum value contains NoOpaqueDetection

Source
none?
Source
ordered_alpha_dither?

Returns true if this enum value contains OrderedAlphaDither

Source
ordered_dither?

Returns true if this enum value contains OrderedDither

Source
prefer_dither?

Returns true if this enum value contains PreferDither

Source
threshold_alpha_dither?

Returns true if this enum value contains ThresholdAlphaDither

Source
threshold_dither?

Returns true if this enum value contains ThresholdDither

Source