logo
pub trait RgbaInterface<T> where
    T: Zero + Debug + Clone + Copy
{ fn into_rgba(self) -> Rgba<T>; }
Expand description

Convertable into RGBA.

Required Methods

Convert into RGBA.

Implementations on Foreign Types

Implementors