Struct gdk::RGBA [] [src]

pub struct RGBA {
    pub red: f64,
    pub green: f64,
    pub blue: f64,
    pub alpha: f64,
}

Fields

Methods

impl RGBA
[src]

Trait Implementations

impl Clone for RGBA
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for RGBA
[src]

impl Debug for RGBA
[src]

[]

Formats the value using the given formatter.

impl Display for RGBA
[src]

[]

Formats the value using the given formatter. Read more

impl FromStr for RGBA
[src]

The associated error which can be returned from parsing.

[]

Parses a string s to return a value of this type. Read more

impl Hash for RGBA
[src]

[]

Feeds this value into the given [Hasher]. Read more

[]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for RGBA
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Eq for RGBA
[src]

impl StaticType for RGBA
[src]

[]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for RGBA
[src]

impl SetValue for RGBA
[src]

impl SetValueOptional for RGBA
[src]