C# 클래스 WPFOfficeTheme.Media.Coloration

파일 보기 프로젝트 열기: alexsharoff/wpf-office-theme

Private Properties

프로퍼티 타입 설명
CalculateParameters void
SetSourcePallet void

공개 메소드들

메소드 설명
Coloration ( ColorType colorType ) : System
GetColoredPallet ( float hue, float hueConstraint, float saturation, float x ) : Color[]
GetHueAverage ( ) : float

비공개 메소드들

메소드 설명
CalculateParameters ( float value, float min, float max, float &diff, float &constraint, float &aux ) : void
SetSourcePallet ( Color pallet ) : void

메소드 상세

Coloration() 공개 메소드

public Coloration ( ColorType colorType ) : System
colorType ColorType
리턴 System

GetColoredPallet() 공개 메소드

public GetColoredPallet ( float hue, float hueConstraint, float saturation, float x ) : Color[]
hue float
hueConstraint float
saturation float
x float
리턴 Color[]

GetHueAverage() 공개 메소드

public GetHueAverage ( ) : float
리턴 float