Struct caper::posteffect::PostShaderOptionsBuilder [] [src]

pub struct PostShaderOptionsBuilder { /* fields omitted */ }

Builder for PostShaderOptions.

Methods

impl PostShaderOptionsBuilder
[src]

[src]

The offset for the chromatic aberration

[src]

The mix amount for the chromatic aberration, if this is at 0.0 chromatic aberration is off

[src]

Whether blur is on

[src]

The amount of blur

[src]

The radius of the blur

[src]

The weight of the blur

[src]

Whether bokeh is on

[src]

Bokeh focal depth

[src]

Bokeh focal width

[src]

Colour grading

[src]

Greyscale

[src]

Builds a new PostShaderOptions.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for PostShaderOptionsBuilder
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for PostShaderOptionsBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more