Exiffer.PNG.Chunk.PLTE (exiffer v0.6.4)

Copy Markdown

Summary

Functions

Parse an PLTE PNG.chunk.

Functions

new(data)

Parse an PLTE PNG.chunk.

iex> Exiffer.PNG.Chunk.PLTE.new(<<1, 2, 3>>)
%Exiffer.PNG.Chunk.PLTE{colors: [%Exiffer.PNG.Chunk.PLTE.Color{r: 1, g: 2, b: 3}]}