Pinta.ImageManipulation.HistogramRgb.HistogramRgb C# (CSharp) Method

HistogramRgb() public method

public HistogramRgb ( ) : System
return System
		public HistogramRgb () : base (3, 256)
		{
			visualColors = new ColorBgra[]{     
                                              ColorBgra.Blue,
                                              ColorBgra.Green,
                                              ColorBgra.Red
                                          };
		}