class ChunkyPNG::Palette
def indexable?
-
(true, false)
- True if the number of colors in this palette is less than 256.
def indexable? size < 256 end
(true, false)
- True if the number of colors in this palette is less than 256.
def indexable? size < 256 end