[][src]Module laz::las::rgb::v3

Contains the implementation for the Version 3 of the RGB Compression / Decompression

The version 3 of the compression / decompression algorithm is the same as the version 2, but with the support for the contexts system

A V3 decompressor / compressor owns 4 contexts which are just rgb::v2 compressor or decompressors and it forwards the compression / decompression to the right context.

Structs

LasRGBCompressor
LasRGBDecompressor