[go: up one dir, main page]

Struct gltf::mesh::util::colors::RgbaF32[][src]

pub struct RgbaF32;

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

Trait Implementations

impl Clone for RgbaF32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RgbaF32
[src]

Formats the value using the given formatter. Read more

impl Cast for RgbaF32
[src]

Output type.

Cast from RGB u8.

Cast from RGB u16.

Cast from RGB f32.

Cast from RGBA u8.

Cast from RGBA u16.

Cast from RGBA f32.

Auto Trait Implementations

impl Send for RgbaF32

impl Sync for RgbaF32