enum

CrImage::WEBP::TransformEncoder::Transform

Inherits Enum < Comparable < Value < Object

Transform types

Constants

Predict = 0
Color = 1
SubGreen = 2
ColorIndexing = 3

Instance methods

color?

Returns true if this enum value equals Color

Source
color_indexing?

Returns true if this enum value equals ColorIndexing

Source
predict?

Returns true if this enum value equals Predict

Source
sub_green?

Returns true if this enum value equals SubGreen

Source