Méthode | Description | |
---|---|---|
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 | ||
BlenderGammaBGR ( GammaLookUpTable g ) : System | ||
BlenderGammaBGR ( float gamma = 1 ) : System | ||
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 | ||
SetGammaTable ( GammaLookUpTable g ) : void |
public BlendPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
Résultat | 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 | |
Résultat | void |
public BlenderGammaBGR ( GammaLookUpTable g ) : System | ||
g | GammaLookUpTable | |
Résultat | System |
public BlenderGammaBGR ( float gamma = 1 ) : System | ||
gamma | float | |
Résultat | System |
public CopyPixel ( byte buffer, int bufferOffset, Color sourceColor ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
Résultat | void |
public CopyPixels ( byte buffer, int bufferOffset, Color sourceColor, int count ) : void | ||
buffer | byte | |
bufferOffset | int | |
sourceColor | Color | |
count | int | |
Résultat | void |
public PixelToColorRGBA_Bytes ( byte buffer, int bufferOffset ) : Color | ||
buffer | byte | |
bufferOffset | int | |
Résultat | Color |
public SetGammaTable ( GammaLookUpTable g ) : void | ||
g | GammaLookUpTable | |
Résultat | void |