C# Class Pinta.Core.UnaryPixelOps.PosterizePixel

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

Méthodes publiques

Méthode Description
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
PosterizePixel ( int red, int green, int blue ) : System

Private Methods

Méthode Description
CalcLevels ( int levelCount ) : byte[]

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

PosterizePixel() public méthode

public PosterizePixel ( int red, int green, int blue ) : System
red int
green int
blue int
Résultat System