C# Class PixelFarm.Agg.Imaging.ImgSpanGenRGB_BilinearClip

Inheritance: ImgSpanGen
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
ImgSpanGenRGB_BilinearClip ( IImageReaderWriter src, Drawing back_color, ISpanInterpolator inter ) : System

Private Methods

Method Description
BlendInFilterPixel ( int &accColor0, int &accColor1, int &accColor2, int &sourceAlpha, byte srcBuffer, int bufferIndex, int weight ) : void

Method Details

GenerateColors() public method

public GenerateColors ( Drawing outputColors, int startIndex, int x, int y, int len ) : void
outputColors Drawing
startIndex int
x int
y int
len int
return void

ImgSpanGenRGB_BilinearClip() public method

public ImgSpanGenRGB_BilinearClip ( IImageReaderWriter src, Drawing back_color, ISpanInterpolator inter ) : System
src IImageReaderWriter
back_color Drawing
inter ISpanInterpolator
return System