Struct lodepng::RGB
[-]
[+]
[src]
pub struct RGB {
pub r: u8,
pub g: u8,
pub b: u8,
}RGB 8bpp
Fields
r | |
g | |
b |
pub struct RGB {
pub r: u8,
pub g: u8,
pub b: u8,
}RGB 8bpp
r | |
g | |
b |
impl String for RGBimpl Copy for RGB
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).