Creates a new Image with all of the colors in the palette converted to sepia colors.

Namespace: ImageSense.Filters
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Collapse imageSyntax

C#
public interface ISepiaFilter : IFilter
Visual Basic
Public Interface ISepiaFilter _
	Inherits IFilter
Visual C++
public interface class ISepiaFilter : IFilter

Collapse imageSee Also