[][src]Struct nannou::geom::vertex::Rgba

pub struct Rgba<V = Default>(pub V, pub Rgba);

A vertex that is colored with the given linear RGBA color.

Methods

impl<V> Rgba<V>[src]

pub fn vertex(&self) -> &V[src]

A reference to the inner vertex.

pub fn rgba(&self) -> &Rgba[src]

A reference to the inner rgba.

Trait Implementations

impl<S, V> IntoVertex<S> for Rgba<V> where
    S: BaseFloat,
    V: Vertex<Scalar = S>,
    (V, Color): IntoVertex<S>, 
[src]

impl<V> Vertex for Rgba<V> where
    V: Vertex
[src]

type Scalar = V::Scalar

The values used to describe the vertex position.

impl<V> Vertex2d for Rgba<V> where
    V: Vertex2d
[src]

impl<V> Vertex3d for Rgba<V> where
    V: Vertex3d
[src]

impl<V: PartialEq> PartialEq<Rgba<V>> for Rgba<V>[src]

impl<V> From<(V, Alpha<Rgb<f32>, f32>)> for Rgba<V>[src]

impl<V: Clone> Clone for Rgba<V>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<V> Into<(V, Alpha<Rgb<f32>, f32>)> for Rgba<V>[src]

impl<V: Copy> Copy for Rgba<V>[src]

impl<V> DerefMut for Rgba<V>[src]

impl<V: Debug> Debug for Rgba<V>[src]

impl<V> Deref for Rgba<V>[src]

type Target = V

The resulting type after dereferencing.

Auto Trait Implementations

impl<V> Send for Rgba<V> where
    V: Send

impl<V> Sync for Rgba<V> where
    V: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Style for T where
    T: Any + Debug + PartialEq<T>, 
[src]

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[src]

impl<T> Content for T[src]

impl<T> SafeBorrow<T> for T[src]

impl<T> Erased for T

impl<S> FromSample<S> for S[src]

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 
[src]

impl<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.