Struct siege_color::srgb::Srgb [] [src]

pub struct Srgb {
    pub v: Vec3<f32>,
}

Fields

Methods

impl Srgb
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl From<Srgb> for Srgb24
[src]

[src]

Performs the conversion.

impl From<Srgb24> for Srgb
[src]

[src]

Performs the conversion.

impl Debug for Srgb
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Srgb
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Srgb> for LinearSrgb
[src]

[src]

Performs the conversion.

impl From<LinearSrgb> for Srgb
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Srgb

impl Sync for Srgb