[][src]Type Definition azure::azure::AzColor

type AzColor = struct__AzColor;

Methods

impl Color[src]

pub fn new(r: AzFloat, g: AzFloat, b: AzFloat, a: AzFloat) -> AzColor[src]

pub fn rgb(r: u8, g: u8, b: u8) -> AzColor[src]

pub fn rgba(r: AzFloat, g: AzFloat, b: AzFloat, a: AzFloat) -> AzColor[src]

pub fn black() -> AzColor[src]

pub fn transparent() -> AzColor[src]

pub fn white() -> AzColor[src]

Trait Implementations

impl PartialEq<struct__AzColor> for AzColor[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.