class ChunkyPNG::Palette

def to_trns_chunk

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