Skip to main content

OctreeSixelEncoder

Type Alias OctreeSixelEncoder 

Source
pub type OctreeSixelEncoder<D = Sierra, const USE_MIN_HEAP: bool = false> = SixelEncoder<OctreePaletteBuilder<USE_MIN_HEAP>, D>;
Available on crate feature octree only.

Aliased Typeยง

pub struct OctreeSixelEncoder<D = Sierra, const USE_MIN_HEAP: bool = false> { /* private fields */ }