Enum printpdf::types::plugins::graphics::extgstate::SoftMaskFunction [] [src]

pub enum SoftMaskFunction {
    GroupAlpha,
    GroupLuminosity,
}

Variants

In this function, the old (backdrop) color does not contribute to the result. This is the easies function, but may look bad at edges.

Trait Implementations

impl Debug for SoftMaskFunction
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SoftMaskFunction
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for SoftMaskFunction
[src]

impl Clone for SoftMaskFunction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more