Struct lodepng::RGBA
[-]
[+]
[src]
pub struct RGBA {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}Fields
r | |
g | |
b | |
a | 0 = transparent, 255 = opaque |
pub struct RGBA {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}r | |
g | |
b | |
a | 0 = transparent, 255 = opaque |
impl String for RGBAimpl Copy for RGBA
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).