C# Class PixelFarm.Agg.Imaging.BlenderPreMultBGR

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

Méthodes publiques

Méthode Description
BlendPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void
BlenderPreMultBGR ( ) : System
CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color

Method Details

BlendPixel() public méthode

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

BlendPixels() public méthode

public BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void
destBuffer byte
bufferOffset int
sourceColors Color
sourceColorsOffset int
covers byte
coversIndex int
firstCoverForAll bool
count int
Résultat void

BlenderPreMultBGR() public méthode

public BlenderPreMultBGR ( ) : System
Résultat System

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

PixelToColorRGBA_Bytes() public méthode

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