module ChunkyPNG::Color
def opaque?(value)
-
(true, false)
- True if the alpha channel equals MAX.
Parameters:
-
value
(Integer
) -- The color to test.
def opaque?(value) a(value) == 0x000000ff end
(true, false)
- True if the alpha channel equals MAX.
value
(Integer
)
-- The color to test.
def opaque?(value) a(value) == 0x000000ff end