C# Class PixelFarm.Agg.Imaging.ProxyImage

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

Protected Properties

Property Type Description
linkedImage IImageReaderWriter

Public Methods

Method Description
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 sourceColor, byte cover ) : void
BlendSolidHSpan ( int x, int y, int len, Color c, 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 sourceColor, byte cover ) : void
CopyColorHSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
CopyColorVSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
CopyFrom ( IImageReaderWriter sourceImage, RectInt sourceImageRect, int destXOffset, int destYOffset ) : void
CopyHL ( int x, int y, int len, Color sourceColor ) : void
CopyVL ( int x, int y, int len, Color sourceColor ) : void
GetBounds ( ) : RectInt
GetBuffer ( ) : byte[]
GetBufferOffsetXY ( int x, int y ) : int
GetPixel ( int x, int y ) : Color
GetRecieveBlender ( ) : IPixelBlender
ProxyImage ( IImageReaderWriter linkedImage ) : PixelFarm.Drawing
SetPixel ( int x, int y, Color color ) : void
SetRecieveBlender ( IPixelBlender value ) : void

Method Details

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 PixelFarm.Drawing.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 PixelFarm.Drawing.Color
colorsIndex int
covers byte
coversIndex int
firstCoverForAll bool
return void

BlendHL() public method

public BlendHL ( int x1, int y, int x2, Color sourceColor, byte cover ) : void
x1 int
y int
x2 int
sourceColor PixelFarm.Drawing.Color
cover byte
return void

BlendSolidHSpan() public method

public BlendSolidHSpan ( int x, int y, int len, Color c, byte covers, int coversIndex ) : void
x int
y int
len int
c PixelFarm.Drawing.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 PixelFarm.Drawing.Color
covers byte
coversIndex int
return void

BlendVL() public method

public BlendVL ( int x, int y1, int y2, Color sourceColor, byte cover ) : void
x int
y1 int
y2 int
sourceColor PixelFarm.Drawing.Color
cover byte
return void

CopyColorHSpan() public method

public CopyColorHSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorIndex int
return void

CopyColorVSpan() public method

public CopyColorVSpan ( int x, int y, int len, Color colors, int colorIndex ) : void
x int
y int
len int
colors PixelFarm.Drawing.Color
colorIndex int
return void

CopyFrom() public method

public CopyFrom ( IImageReaderWriter sourceImage, RectInt sourceImageRect, int destXOffset, int destYOffset ) : void
sourceImage IImageReaderWriter
sourceImageRect RectInt
destXOffset int
destYOffset int
return void

CopyHL() public method

public CopyHL ( int x, int y, int len, Color sourceColor ) : void
x int
y int
len int
sourceColor PixelFarm.Drawing.Color
return void

CopyVL() public method

public CopyVL ( int x, int y, int len, Color sourceColor ) : void
x int
y int
len int
sourceColor PixelFarm.Drawing.Color
return void

GetBounds() public method

public GetBounds ( ) : RectInt
return RectInt

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

GetBufferOffsetXY() public method

public GetBufferOffsetXY ( int x, int y ) : int
x int
y int
return int

GetPixel() public method

public GetPixel ( int x, int y ) : Color
x int
y int
return PixelFarm.Drawing.Color

GetRecieveBlender() public method

public GetRecieveBlender ( ) : IPixelBlender
return IPixelBlender

ProxyImage() public method

public ProxyImage ( IImageReaderWriter linkedImage ) : PixelFarm.Drawing
linkedImage IImageReaderWriter
return PixelFarm.Drawing

SetPixel() public method

public SetPixel ( int x, int y, Color color ) : void
x int
y int
color PixelFarm.Drawing.Color
return void

SetRecieveBlender() public method

public SetRecieveBlender ( IPixelBlender value ) : void
value IPixelBlender
return void

Property Details

linkedImage protected_oe property

protected IImageReaderWriter linkedImage
return IImageReaderWriter