Enum webrender_api::FilterOp [] [src]

pub enum FilterOp {
    Blur(f32),
    Brightness(f32),
    Contrast(f32),
    Grayscale(f32),
    HueRotate(f32),
    Invert(f32),
    Opacity(PropertyBinding<f32>, f32),
    Saturate(f32),
    Sepia(f32),
    DropShadow(LayoutVector2Df32ColorF),
}

Variants

Trait Implementations

impl Clone for FilterOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FilterOp
[src]

impl Debug for FilterOp
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FilterOp
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.