Pinta.ImageManipulation.HistogramRgb.HistogramRgb C# (CSharp) 메소드

HistogramRgb() 공개 메소드

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