C# Class ColorPicker.ColorTransformMatrix

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
ColorTransformMatrix ( decimal m11, decimal m12, decimal m13, decimal m21, decimal m22, decimal m23, decimal m31, decimal m32, decimal m33 )
ToFastColorTransformMatrix ( ) : FastColorTransformMatrix
Transform ( ColorTransformMatrix matrix ) : void

Method Details

ColorTransformMatrix() public méthode

public ColorTransformMatrix ( decimal m11, decimal m12, decimal m13, decimal m21, decimal m22, decimal m23, decimal m31, decimal m32, decimal m33 )
m11 decimal
m12 decimal
m13 decimal
m21 decimal
m22 decimal
m23 decimal
m31 decimal
m32 decimal
m33 decimal

ToFastColorTransformMatrix() public méthode

public ToFastColorTransformMatrix ( ) : FastColorTransformMatrix
Résultat FastColorTransformMatrix

Transform() public méthode

public Transform ( ColorTransformMatrix matrix ) : void
matrix ColorTransformMatrix
Résultat void