C# Class PixelFarm.Agg.Imaging.PixelBlenderGammaBGRA

Inheritance: PixelBlenderBGRABase, IPixelBlender
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void
CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color

Method Details

BlendPixel() public méthode

public BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
buffer byte
bufferOffset int
sourceColor Color
Résultat void

BlendPixels() public méthode

public BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void
buffer byte
bufferOffset int
sourceColors Color
sourceColorsOffset int
sourceCovers byte
sourceCoversOffset int
firstCoverForAll bool
count int
Résultat void

CopyPixel() public méthode

public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
buffer byte
bufferOffset int
sourceColor Color
Résultat void

CopyPixels() public méthode

public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
buffer byte
bufferOffset int
sourceColor Color
count int
Résultat void

PixelBlenderGammaBGRA() public méthode

public PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing
gammaValue float
Résultat PixelFarm.Drawing

PixelToColorRGBA_Bytes() public méthode

public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color
buffer byte
bufferOffset int
Résultat Color