C# Class Pinta.Core.UnaryPixelOps.ChannelCurve

Inheritance: UnaryPixelOp
Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Свойство Type Description
CurveB byte[]
CurveG byte[]
CurveR byte[]

Méthodes publiques

Méthode Description
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
ChannelCurve ( ) : System

Method Details

Apply() public méthode

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
Résultat ColorBgra

Apply() public méthode

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src ColorBgra
length int
Résultat void

Apply() public méthode

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
Résultat void

ChannelCurve() public méthode

public ChannelCurve ( ) : System
Résultat System

Property Details

CurveB public_oe property

public byte[] CurveB
Résultat byte[]

CurveG public_oe property

public byte[] CurveG
Résultat byte[]

CurveR public_oe property

public byte[] CurveR
Résultat byte[]