enum Tput::Namespace::ImageConversionFlag

Defined in:

tput/namespace.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def alpha_dither_mask? #

[View source]
def auto_color? #

[View source]
def auto_dither? #

[View source]
def avoid_dither? #

[View source]
def color_mode_mask? #

[View source]
def color_only? #

[View source]
def diffuse_alpha_dither? #

[View source]
def diffuse_dither? #

[View source]
def dither_mask? #

[View source]
def dither_mode_mask? #

[View source]
def mono_only? #

[View source]
def no_alpha? #

[View source]
def no_format_conversion? #

[View source]
def no_opaque_detection? #

[View source]
def none? #

[View source]
def ordered_alpha_dither? #

[View source]
def ordered_dither? #

[View source]
def prefer_dither? #

[View source]
def threshold_alpha_dither? #

[View source]
def threshold_dither? #

[View source]