The Grayscale type exposes the following members.

Constructors

  NameDescription
Grayscale
Initializes a new instance of the Grayscale class.

Methods

  NameDescription
ApplyOverloaded.
ProcessFilter
Process the filter on the specified image.
(Overrides BaseFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).)

Fields

  NameDescription
BlueCoefficient
Portion of blue channel's value to use during conversion from RGB to grayscale.
GreenCoefficient
Portion of green channel's value to use during conversion from RGB to grayscale.
RedCoefficient
Portion of red channel's value to use during conversion from RGB to grayscale.

Properties

  NameDescription
FormatTranslations
Format translations dictionary.
(Overrides BaseFilter..::.FormatTranslations.)

See Also