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

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

Syntax

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

See Also