Skip to main content

ShapeImageThresholdValue

Type Alias ShapeImageThresholdValue 

Source
pub type ShapeImageThresholdValue = CssPropertyValue<ShapeImageThreshold>;

Aliased Type§

#[repr(C, u8)]
pub enum ShapeImageThresholdValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(ShapeImageThreshold), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(ShapeImageThreshold)