class ChunkyPNG::Palette
def grayscale?
- See: ChunkyPNG::Color#grayscale?? -
Returns:
-
(true, false)
- True if all colors in this palette are grayscale teints.
def grayscale? all? { |color| Color.grayscale?(color) } end
(true, false)
- True if all colors in this palette are grayscale teints.
def grayscale? all? { |color| Color.grayscale?(color) } end