FilterValueListBuilder.Opacity

FilterValueListBuilder.Opacity method

Adds an opacity filter.

public FilterValueListBuilder Opacity(double percentage)
ParameterTypeDescription
percentageDoubleThe percentage of opacity.

Return Value

The builder instance for chaining.

See Also