Type Alias usvgr::Opacity

source ·
pub type Opacity = NormalizedF32;
Expand description

An alias to NormalizedF32.

Aliased Type§

struct Opacity(/* private fields */);

Trait Implementations§

source§

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

source§

fn parse( node: SvgNode<'_, '_>, aid: AId, value: SvgAttributeValueRef<'a>, ) -> Option<Self>