Table of Contents

Method ConvertToGreyscale

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

ConvertToGreyscale(double, double, double)

Converts image to grayscaled.

GenericImage ConvertToGreyscale(double weightR, double weightG, double weightB)

Parameters

weightR double

Weight of the R component.

weightG double

Weight of the G component.

weightB double

Weight of the B component.

Returns

GenericImage

ConvertToGreyscale()

Converts this image to the new grey-scaled image.

GenericImage ConvertToGreyscale()

Returns

GenericImage