Struct swf_tree::SRgb
[−]
[src]
pub struct SRgb {
pub r: u8,
pub g: u8,
pub b: u8,
}Fields
r: u8
g: u8
b: u8
Trait Implementations
impl Debug for SRgb[src]
impl PartialEq for SRgb[src]
fn eq(&self, __arg_0: &SRgb) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SRgb) -> bool
This method tests for !=.