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

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

Syntax

C#
public FilterChain Grayscale()
Visual Basic
Public Function Grayscale As FilterChain
Visual C++
public:
FilterChain^ Grayscale()

Return Value

This FilterChain.

See Also