C# Class WPFOfficeTheme.Media.Coloration

Afficher le fichier Open project: alexsharoff/wpf-office-theme

Private Properties

Свойство Type Description
CalculateParameters void
SetSourcePallet void

Méthodes publiques

Méthode Description
Coloration ( ColorType colorType ) : System
GetColoredPallet ( float hue, float hueConstraint, float saturation, float x ) : Color[]
GetHueAverage ( ) : float

Private Methods

Méthode Description
CalculateParameters ( float value, float min, float max, float &diff, float &constraint, float &aux ) : void
SetSourcePallet ( Color pallet ) : void

Method Details

Coloration() public méthode

public Coloration ( ColorType colorType ) : System
colorType ColorType
Résultat System

GetColoredPallet() public méthode

public GetColoredPallet ( float hue, float hueConstraint, float saturation, float x ) : Color[]
hue float
hueConstraint float
saturation float
x float
Résultat Color[]

GetHueAverage() public méthode

public GetHueAverage ( ) : float
Résultat float