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