Method ConvertToGreyscale
ConvertToGreyscale(double, double, double)
Converts image to grayscaled.
GenericImage ConvertToGreyscale(double weightR, double weightG, double weightB)
Parameters
weightR
doubleWeight of the R component.
weightG
doubleWeight of the G component.
weightB
doubleWeight of the B component.
Returns
ConvertToGreyscale()
Converts this image to the new grey-scaled image.
GenericImage ConvertToGreyscale()