C# 클래스 Pinta.Core.HistogramRgb

Histogram is used to calculate a histogram for a surface (in a selection, if desired). This can then be used to retrieve percentile, average, peak, and distribution information.
상속: Pinta.Core.Histogram
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

메소드 설명
GetMeanColor ( ) : ColorBgra
GetPercentileColor ( float fraction ) : ColorBgra
HistogramRgb ( ) : System
MakeLevelsAuto ( ) : UnaryPixelOps.Level
SetFromLeveledHistogram ( HistogramRgb inputHistogram, UnaryPixelOps upo ) : void

보호된 메소드들

메소드 설명
AddSurfaceRectangleToHistogram ( ImageSurface surface, Gdk rect ) : void

메소드 상세

AddSurfaceRectangleToHistogram() 보호된 메소드

protected AddSurfaceRectangleToHistogram ( ImageSurface surface, Gdk rect ) : void
surface Cairo.ImageSurface
rect Gdk
리턴 void

GetMeanColor() 공개 메소드

public GetMeanColor ( ) : ColorBgra
리턴 ColorBgra

GetPercentileColor() 공개 메소드

public GetPercentileColor ( float fraction ) : ColorBgra
fraction float
리턴 ColorBgra

HistogramRgb() 공개 메소드

public HistogramRgb ( ) : System
리턴 System

MakeLevelsAuto() 공개 메소드

public MakeLevelsAuto ( ) : UnaryPixelOps.Level
리턴 UnaryPixelOps.Level

SetFromLeveledHistogram() 공개 메소드

public SetFromLeveledHistogram ( HistogramRgb inputHistogram, UnaryPixelOps upo ) : void
inputHistogram HistogramRgb
upo UnaryPixelOps
리턴 void