Type Alias Opacity

Source
pub type Opacity = NormalizedF32;
Expand description

An alias to NormalizedF32.

Aliased Type§

#[repr(transparent)]
pub struct Opacity(/* private fields */);

Trait Implementations§

Source§

impl<'a, 'input: 'a> FromValue<'a, 'input> for Opacity

Source§

fn parse(_: SvgNode<'_, '_>, _: AId, value: &str) -> Option<Self>

Parses an attribute value. Read more