C# Class NewTOAPIA.Drawing.span_image_filter_rgba_bilinear

Inheritance: span_image_filter
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
generate ( RGBA_Bytes &destPixel, int x, int y ) : void
generate ( RGBA_Bytes span, int spanIndex, int x, int y, int len ) : void
span_image_filter_rgba_bilinear ( IImageBufferAccessor src, ISpanInterpolator inter ) : System

Method Details

generate() public méthode

public generate ( RGBA_Bytes &destPixel, int x, int y ) : void
destPixel RGBA_Bytes
x int
y int
Résultat void

generate() public méthode

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
Résultat void

span_image_filter_rgba_bilinear() public méthode

public span_image_filter_rgba_bilinear ( IImageBufferAccessor src, ISpanInterpolator inter ) : System
src IImageBufferAccessor
inter ISpanInterpolator
Résultat System