Method | Description | |
---|---|---|
BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void | ||
CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void | ||
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color |
public BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
return | void |
public BlendPixels ( byte destBuffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte covers, int coversIndex, bool firstCoverForAll, int count ) : void | ||
destBuffer | byte | |
bufferOffset | int | |
sourceColors | Color | |
sourceColorsOffset | int | |
covers | byte | |
coversIndex | int | |
firstCoverForAll | bool | |
count | int | |
return | void |
public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
return | void |
public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
count | int | |
return | void |
public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color | ||
buffer | byte | |
bufferOffset | int | |
return | Color |