C# Class PixelFarm.Agg.Imaging.AlphaMaskAdaptor

Inheritance: ProxyImage
Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AlphaMaskAdaptor ( IImageReaderWriter image, IAlphaMask mask ) : System
AttachImage ( IImageReaderWriter image ) : void
BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
BlendSolidHSpan ( int x, int y, int len, Color color, byte covers, int coversIndex ) : void
BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
CopyHL ( int x, int y, int len, Color c ) : void
CopyVL ( int x, int y, int len, Color c ) : void
attach_alpha_mask ( IAlphaMask mask ) : void

Private Methods

Method Description
init_span ( int len, byte cover ) : void
init_span ( int len, byte covers, int coversIndex ) : void
realloc_span ( int len ) : void

Method Details

AlphaMaskAdaptor() public method

public AlphaMaskAdaptor ( IImageReaderWriter image, IAlphaMask mask ) : System
image IImageReaderWriter
mask IAlphaMask
return System

AttachImage() public method

public AttachImage ( IImageReaderWriter image ) : void
image IImageReaderWriter
return void

BlendColorHSpan() public method

public BlendColorHSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
return void

BlendColorVSpan() public method

public BlendColorVSpan ( int x, int y, int len, Color colors, int colorsIndex, byte covers, int coversIndex, bool firstCoverForAll ) : void
x int
y int
len int
colors Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
return void

BlendHL() public method

public BlendHL ( int x1, int y, int x2, Color c, byte cover ) : void
x1 int
y int
x2 int
c Color
cover byte
return void

BlendSolidHSpan() public method

public BlendSolidHSpan ( int x, int y, int len, Color color, byte covers, int coversIndex ) : void
x int
y int
len int
color Color
covers byte
coversIndex int
return void

BlendSolidVSpan() public method

public BlendSolidVSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c Color
covers byte
coversIndex int
return void

BlendVL() public method

public BlendVL ( int x, int y1, int y2, Color c, byte cover ) : void
x int
y1 int
y2 int
c Color
cover byte
return void

CopyColorHSpan() public method

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors Color
colorsIndex int
return void

CopyColorVSpan() public method

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void
x int
y int
len int
colors Color
colorsIndex int
return void

CopyHL() public method

public CopyHL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c Color
return void

CopyVL() public method

public CopyVL ( int x, int y, int len, Color c ) : void
x int
y int
len int
c Color
return void

attach_alpha_mask() public method

public attach_alpha_mask ( IAlphaMask mask ) : void
mask IAlphaMask
return void