class ChunkyPNG::Palette
def can_decode?
-
(true, false)
- True if a decoding map was built when this palette was loaded.
def can_decode? !@decoding_map.nil? end
(true, false)
- True if a decoding map was built when this palette was loaded.
def can_decode? !@decoding_map.nil? end