Function conrod::color::rgb_bytes
[−]
[src]
pub fn rgb_bytes(r: u8, g: u8, b: u8) -> Color
Create RGB colors from numbers between 0 and 255 inclusive.
pub fn rgb_bytes(r: u8, g: u8, b: u8) -> Color
Create RGB colors from numbers between 0 and 255 inclusive.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).