struct

PrismatIQ::Options

Inherits Struct < Value < Object

Constructors

default
new(color_count : Int32 = 5, quality : Int32 = 10, alpha_threshold : UInt8 = Constants::ALPHA_THRESHOLD_DEFAULT)

Instance methods

alpha_threshold
alpha_threshold=(alpha_threshold : UInt8)
color_count
color_count=(color_count : Int32)
quality
quality=(quality : Int32)
validate!
with_alpha_threshold(alpha_threshold : UInt8) : Options
with_color_count(color_count : Int32) : Options
with_quality(quality : Int32) : Options