[go: up one dir, main page]

[][src]Module gltf::mesh::util::colors

This is supported on feature="utils" only.

Casting iterator adapters for colors.

Structs

CastingIterfeature="utils"

Casting iterator for Colors.

RgbF32feature="utils"

Type which describes how to cast any color into RGB f32.

RgbU8feature="utils"

Type which describes how to cast any color into RGB u8.

RgbU16feature="utils"

Type which describes how to cast any color into RGB u16.

RgbaF32feature="utils"

Type which describes how to cast any color into RGBA f32.

RgbaU8feature="utils"

Type which describes how to cast any color into RGBA u8.

RgbaU16feature="utils"

Type which describes how to cast any color into RGBA u16.

Traits

Castfeature="utils"

Trait for types which describe casting behaviour.