C# 클래스 Pinta.ImageManipulation.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.
상속: Histogram
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
AddSurfaceRectangleToHistogram ( ISurface surface, Rectangle rect ) : void

메소드 상세

AddSurfaceRectangleToHistogram() 보호된 메소드

protected AddSurfaceRectangleToHistogram ( ISurface surface, Rectangle rect ) : void
surface ISurface
rect Rectangle
리턴 void

GetMeanColor() 공개 메소드

public GetMeanColor ( ) : ColorBgra
리턴 ColorBgra

GetPercentileColor() 공개 메소드

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

HistogramRgb() 공개 메소드

public HistogramRgb ( ) : System
리턴 System

MakeLevelsAuto() 공개 메소드

public MakeLevelsAuto ( ) : LevelOp
리턴 Pinta.ImageManipulation.UnaryPixelOperations.LevelOp

SetFromLeveledHistogram() 공개 메소드

public SetFromLeveledHistogram ( HistogramRgb inputHistogram, LevelOp upo ) : void
inputHistogram HistogramRgb
upo Pinta.ImageManipulation.UnaryPixelOperations.LevelOp
리턴 void