Struct draw_state::state::Color
[−]
[src]
pub struct Color { pub mask: ColorMask, pub blend: Option<Blend>, }
The state of an active color render target
Fields
mask | Color mask to use. |
blend | Optional blending. |