C# Class NewTOAPIA.Drawing.span_image_filter_rgba_bilinear_clip

Inheritance: span_image_filter
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
background_color ( ) : IColorType
background_color ( IColorType v ) : void
generate ( RGBA_Bytes span, int spanIndex, int x, int y, int len ) : void
span_image_filter_rgba_bilinear_clip ( IImageBufferAccessor src, IColorType back_color, ISpanInterpolator inter ) : System

Private Methods

Method Description
BlendInFilterPixel ( int accumulatedColor, int back_r, int back_g, int back_b, int back_a, IImage SourceRenderingBuffer, int maxx, int maxy, int x_lr, int y_lr, int weight ) : void

Method Details

background_color() public method

public background_color ( ) : IColorType
return IColorType

background_color() public method

public background_color ( IColorType v ) : void
v IColorType
return void

generate() public method

public generate ( RGBA_Bytes span, int spanIndex, int x, int y, int len ) : void
span RGBA_Bytes
spanIndex int
x int
y int
len int
return void

span_image_filter_rgba_bilinear_clip() public method

public span_image_filter_rgba_bilinear_clip ( IImageBufferAccessor src, IColorType back_color, ISpanInterpolator inter ) : System
src IImageBufferAccessor
back_color IColorType
inter ISpanInterpolator
return System