Class UnknownSmartFilter

UnknownSmartFilter class

The class to hold unknown smart filter data.

public sealed class UnknownSmartFilter : SmartFilter

Properties

NameDescription
BlendMode { get; set; }Gets or sets the blending mode.
override FilterId { get; }Gets the smart filter type identifier.
IsEnabled { get; set; }Gets or sets the is enabled status of the smart filter.
override Name { get; }Gets the smart filter name.
Opacity { get; set; }Gets or sets the opacity value of smart filter.
SourceDescriptor { get; }The source descriptor structure with smart filter data.

Methods

NameDescription
Apply(RasterImage)Applies the current filter to input RasterImage image.
ApplyToMask(Layer)Applies the current filter to input Layer mask data.
Clone()Makes the memberwise clone of the current instance of the type.

See Also