Property | Type | Description | |
---|---|---|---|
dbugId | int |
Property | Type | Description | |
---|---|---|---|
bufferFirstPixel | int | ||
m_ByteBuffer | byte[] |
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 sourceColor, byte covers, int coversIndex ) : void | ||
BlendSolidVSpan ( int x, int y, int len, Color sourceColor, 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 colorsIndex ) : void | ||
CopyColorVSpan ( int x, int y, int len, Color colors, int colorsIndex ) : void | ||
CopyFrom ( IImageReaderWriter sourceImage, |
||
CopyHL ( int x, int y, int len, Color sourceColor ) : void | ||
CopySubBufferToInt32Array ( |
||
CopyVL ( int x, int y, int len, Color sourceColor ) : void | ||
GetBoundingRect ( ) : |
||
GetBounds ( ) : |
||
GetBuffer ( ) : byte[] | ||
GetBufferOffsetXY ( int x, int y ) : int | ||
GetPixel ( int x, int y ) : Color | ||
GetRecieveBlender ( ) : IPixelBlender | ||
SetPixel ( int x, int y, Color color ) : void | ||
SetRecieveBlender ( IPixelBlender value ) : void |
Method | Description | |
---|---|---|
Attach ( int width, int height, int bitsPerPixel, byte imgbuffer, IPixelBlender recieveBlender ) : void | ||
SetDimmensionAndFormat ( int width, int height, int strideInBytes, int bitDepth, int distanceInBytesBetweenPixelsInclusive ) : void | ||
SetUpLookupTables ( ) : void |
Method | Description | |
---|---|---|
CopyFromNoClipping ( IImageReaderWriter sourceImage, |
||
CopyOrBlend_BasedOnAlpha ( IPixelBlender recieveBlender, byte destBuffer, int bufferOffset, Color sourceColor ) : void | ||
CopyOrBlend_BasedOnAlphaAndCover ( IPixelBlender recieveBlender, byte destBuffer, int bufferOffset, Color sourceColor, int cover ) : void | ||
dbugGetNewDebugId ( ) : int |
protected Attach ( int width, int height, int bitsPerPixel, byte imgbuffer, IPixelBlender recieveBlender ) : void | ||
width | int | |
height | int | |
bitsPerPixel | int | |
imgbuffer | byte | |
recieveBlender | IPixelBlender | |
return | void |
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 |
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 |
public BlendHL ( int x1, int y, int x2, Color sourceColor, byte cover ) : void | ||
x1 | int | |
y | int | |
x2 | int | |
sourceColor | Color | |
cover | byte | |
return | void |
public BlendSolidHSpan ( int x, int y, int len, Color sourceColor, byte covers, int coversIndex ) : void | ||
x | int | |
y | int | |
len | int | |
sourceColor | Color | |
covers | byte | |
coversIndex | int | |
return | void |
public BlendSolidVSpan ( int x, int y, int len, Color sourceColor, byte covers, int coversIndex ) : void | ||
x | int | |
y | int | |
len | int | |
sourceColor | Color | |
covers | byte | |
coversIndex | int | |
return | void |
public BlendVL ( int x, int y1, int y2, Color sourceColor, byte cover ) : void | ||
x | int | |
y1 | int | |
y2 | int | |
sourceColor | Color | |
cover | byte | |
return | void |
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 |
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 |
public CopyFrom ( IImageReaderWriter sourceImage, |
||
sourceImage | IImageReaderWriter | |
sourceImageRect | ||
destXOffset | int | |
destYOffset | int | |
return | void |
public CopyHL ( int x, int y, int len, Color sourceColor ) : void | ||
x | int | |
y | int | |
len | int | |
sourceColor | Color | |
return | void |
public static CopySubBufferToInt32Array ( |
||
buff | ||
mx | int | |
my | int | |
w | int | |
h | int | |
buffer | int | |
return | void |
public CopyVL ( int x, int y, int len, Color sourceColor ) : void | ||
x | int | |
y | int | |
len | int | |
sourceColor | Color | |
return | void |
public GetBufferOffsetXY ( int x, int y ) : int | ||
x | int | |
y | int | |
return | int |
protected SetDimmensionAndFormat ( int width, int height, int strideInBytes, int bitDepth, int distanceInBytesBetweenPixelsInclusive ) : void | ||
width | int | |
height | int | |
strideInBytes | int | |
bitDepth | int | |
distanceInBytesBetweenPixelsInclusive | int | |
return | void |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
return | void |
public SetRecieveBlender ( IPixelBlender value ) : void | ||
value | IPixelBlender | |
return | void |