[−][src]Module gltf::mesh::util::colors
This is supported on
feature="utils" only.Casting iterator adapters for colors.
Structs
| CastingIter | feature="utils"Casting iterator for |
| RgbF32 | feature="utils"Type which describes how to cast any color into RGB f32. |
| RgbU8 | feature="utils"Type which describes how to cast any color into RGB u8. |
| RgbU16 | feature="utils"Type which describes how to cast any color into RGB u16. |
| RgbaF32 | feature="utils"Type which describes how to cast any color into RGBA f32. |
| RgbaU8 | feature="utils"Type which describes how to cast any color into RGBA u8. |
| RgbaU16 | feature="utils"Type which describes how to cast any color into RGBA u16. |
Traits
| Cast | feature="utils"Trait for types which describe casting behaviour. |