pub struct RGBAColor(pub u8, pub u8, pub u8, pub f64);
Expand description
The RGBA representation of the color, Plotters use RGBA as the internal representation of color
If you want to directly create a RGB color with transparency use RGBColor::mix
Tuple Fields§
§0: u8
§1: u8
§2: u8
§3: f64
Trait Implementations§
Source§impl BackendStyle for RGBAColor
impl BackendStyle for RGBAColor
Source§fn color(&self) -> BackendColor
fn color(&self) -> BackendColor
Get the color of current style
Source§fn stroke_width(&self) -> u32
fn stroke_width(&self) -> u32
Get the stroke width of current style
Source§impl Color for RGBAColor
impl Color for RGBAColor
Source§fn to_backend_color(&self) -> BackendColor
fn to_backend_color(&self) -> BackendColor
Normalize this color representation to the backend color
Source§fn to_rgba(&self) -> RGBAColor
fn to_rgba(&self) -> RGBAColor
Convert the color into the RGBA color which is internally used by Plotters
Source§fn filled(&self) -> ShapeStylewhere
Self: Sized,
fn filled(&self) -> ShapeStylewhere
Self: Sized,
Make a filled style form the color
Source§fn stroke_width(&self, width: u32) -> ShapeStylewhere
Self: Sized,
fn stroke_width(&self, width: u32) -> ShapeStylewhere
Self: Sized,
Make a shape style with stroke width from a color
impl Copy for RGBAColor
impl StructuralPartialEq for RGBAColor
Auto Trait Implementations§
impl Freeze for RGBAColor
impl RefUnwindSafe for RGBAColor
impl Send for RGBAColor
impl Sync for RGBAColor
impl Unpin for RGBAColor
impl UnwindSafe for RGBAColor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes