pub struct AlphaModulateEffect {
pub container: EffectContainer,
}
Expand description
This element represents an alpha modulate effect.
Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.
Fields§
§container: EffectContainer
Implementations§
Source§impl AlphaModulateEffect
impl AlphaModulateEffect
pub fn from_xml_element(xml_node: &XmlNode) -> Result<AlphaModulateEffect>
Trait Implementations§
Source§impl Clone for AlphaModulateEffect
impl Clone for AlphaModulateEffect
Source§fn clone(&self) -> AlphaModulateEffect
fn clone(&self) -> AlphaModulateEffect
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 moreSource§impl Debug for AlphaModulateEffect
impl Debug for AlphaModulateEffect
Source§impl PartialEq for AlphaModulateEffect
impl PartialEq for AlphaModulateEffect
impl StructuralPartialEq for AlphaModulateEffect
Auto Trait Implementations§
impl Freeze for AlphaModulateEffect
impl RefUnwindSafe for AlphaModulateEffect
impl Send for AlphaModulateEffect
impl Sync for AlphaModulateEffect
impl Unpin for AlphaModulateEffect
impl UnwindSafe for AlphaModulateEffect
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