Type Definition style::values::specified::effects::SimpleShadow [] [src]

type SimpleShadow = GenericSimpleShadow<Option<RGBAColor>, Length, Option<NonNegativeLength>>;

A specified value for the drop-shadow() filter.

Trait Implementations

impl Parse for SimpleShadow
[src]

[src]

Parse a value of this type. Read more

impl ToComputedValue for SimpleShadow
[src]

The computed value type we're going to be converted to.

[src]

Convert a specified value to a computed value, using itself and the data inside the Context. Read more

[src]

Convert a computed value to specified value form. Read more