C# Class PixelFarm.Agg.Imaging.PixelBlenderPolyColorPreMultBGRA

Inheritance: PixelBlenderBGRABase, IPixelBlender
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
BlendPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
BlendPixels ( byte pDestBuffer, 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
PixelBlenderPolyColorPreMultBGRA ( Color polyColor ) : PixelFarm.Drawing
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color

Method Details

BlendPixel() public method

public BlendPixel ( byte pDestBuffer, int bufferOffset, Color sourceColor ) : void
pDestBuffer byte
bufferOffset int
sourceColor Color
return void

BlendPixels() public method

public BlendPixels ( byte pDestBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void
pDestBuffer byte
bufferOffset int
sourceColors Color
sourceColorsOffset int
sourceCovers byte
sourceCoversOffset int
firstCoverForAll bool
count int
return void

CopyPixel() public method

public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void
buffer byte
bufferOffset int
sourceColor Color
return void

CopyPixels() public method

public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void
buffer byte
bufferOffset int
sourceColor Color
count int
return void

PixelBlenderPolyColorPreMultBGRA() public method

public PixelBlenderPolyColorPreMultBGRA ( Color polyColor ) : PixelFarm.Drawing
polyColor Color
return PixelFarm.Drawing

PixelToColorRGBA_Bytes() public method

public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color
buffer byte
bufferOffset int
return Color