Module gltf::mesh::util::colors

source ·
Available on crate feature utils only.
Expand description

Casting iterator adapters for colors.

Structs§

  • Casting iterator for Colors.
  • Type which describes how to cast any color into RGB f32.
  • Type which describes how to cast any color into RGB u8.
  • Type which describes how to cast any color into RGB u16.
  • Type which describes how to cast any color into RGBA f32.
  • Type which describes how to cast any color into RGBA u8.
  • Type which describes how to cast any color into RGBA u16.

Traits§

  • Trait for types which describe casting behaviour.