Exiffer.PNG.Chunk.PLTE (exiffer v0.2.1)
Link to this section Summary
Link to this section Functions
Link to this function
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}]}