Function paws::rgba[][src]

pub const fn rgba(r: u8, g: u8, b: u8, a: u8) -> Color
Expand description

Creates a new color from RGBA channels. Shorthand for Color::new(r, g, b, a).