Struct lime_render::Color [] [src]

#[repr(C)]
pub struct Color { pub r: f32, pub g: f32, pub b: f32, pub a: f32, }

Fields

Methods

impl Color
[src]

[src]

Trait Implementations

impl Copy for Color
[src]

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Color
[src]

[src]

Formats the value using the given formatter. Read more

impl VertexMember for Color
[src]

[src]

Returns the format and array size of the member.

Auto Trait Implementations

impl Send for Color

impl Sync for Color