메소드 | 설명 | |
---|---|---|
BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void | ||
CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void | ||
PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing | ||
PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color |
public BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
리턴 | void |
public BlendPixels ( byte buffer, int bufferOffset, Color sourceColors, int sourceColorsOffset, byte sourceCovers, int sourceCoversOffset, bool firstCoverForAll, int count ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColors | Color | |
sourceColorsOffset | int | |
sourceCovers | byte | |
sourceCoversOffset | int | |
firstCoverForAll | bool | |
count | int | |
리턴 | void |
public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
리턴 | void |
public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
count | int | |
리턴 | void |
public PixelBlenderGammaBGRA ( float gammaValue ) : PixelFarm.Drawing | ||
gammaValue | float | |
리턴 | PixelFarm.Drawing |
public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color | ||
buffer | byte | |
bufferOffset | int | |
리턴 | Color |