Struct slint::platform::software_renderer::PremultipliedRgbaColor
Expand description
Fieldsยง
ยงred: u8
ยงgreen: u8
ยงblue: u8
ยงalpha: u8
Trait Implementationsยง
ยงimpl Clone for PremultipliedRgbaColor
impl Clone for PremultipliedRgbaColor
ยงfn clone(&self) -> PremultipliedRgbaColor
fn clone(&self) -> PremultipliedRgbaColor
Returns a copy of the value. Read more
1.0.0 ยท sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreยงimpl Debug for PremultipliedRgbaColor
impl Debug for PremultipliedRgbaColor
ยงimpl Default for PremultipliedRgbaColor
impl Default for PremultipliedRgbaColor
ยงfn default() -> PremultipliedRgbaColor
fn default() -> PremultipliedRgbaColor
Returns the โdefault valueโ for a type. Read more
ยงimpl From<Color> for PremultipliedRgbaColor
impl From<Color> for PremultipliedRgbaColor
Convert a non-premultiplied color to a premultiplied one
ยงfn from(col: Color) -> PremultipliedRgbaColor
fn from(col: Color) -> PremultipliedRgbaColor
Converts to this type from the input type.
impl Copy for PremultipliedRgbaColor
Auto Trait Implementationsยง
impl RefUnwindSafe for PremultipliedRgbaColor
impl Send for PremultipliedRgbaColor
impl Sync for PremultipliedRgbaColor
impl Unpin for PremultipliedRgbaColor
impl UnwindSafe for PremultipliedRgbaColor
Blanket Implementationsยง
sourceยงimpl<T> Instrument for T
impl<T> Instrument for T
sourceยงfn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourceยงfn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
ยงimpl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
ยงfn null_value() -> T
fn null_value() -> T
The none-equivalent value.
ยงimpl<T> Pointable for T
impl<T> Pointable for T
sourceยงimpl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
sourceยงfn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.