class ChunkyPNG::Palette
def to_trns_chunk
-
(ChunkyPNG::Chunk::Transparency)
- The tRNS chunk.
def to_trns_chunk ChunkyPNG::Chunk::Transparency.new('tRNS', map { |c| ChunkyPNG::Color.a(c) }.pack('C*')) end
(ChunkyPNG::Chunk::Transparency)
- The tRNS chunk.
def to_trns_chunk ChunkyPNG::Chunk::Transparency.new('tRNS', map { |c| ChunkyPNG::Color.a(c) }.pack('C*')) end