Method | Description | |
---|---|---|
BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions | ||
FreePixels ( ) : void | ||
GetPixelAsColor ( int pos ) : System.Color | ||
GetPixelAsColor ( int x, int y ) : System.Color | ||
GetPixelAsInt ( int pos ) : int | ||
GetPixelAsInt ( int x, int y ) : int | ||
SetPixel ( int pos, Color color ) : void | ||
SetPixel ( int pos, int color ) : void | ||
SetPixel ( int x, int y, Color color ) : void | ||
SetPixel ( int x, int y, int color ) : void |
public BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions | ||
pixels | byte | |
width | int | |
height | int | |
return | FFImageLoading.Extensions |
public GetPixelAsColor ( int pos ) : System.Color | ||
pos | int | |
return | System.Color |
public GetPixelAsColor ( int x, int y ) : System.Color | ||
x | int | |
y | int | |
return | System.Color |
public SetPixel ( int pos, Color color ) : void | ||
pos | int | |
color | Color | |
return | void |
public SetPixel ( int pos, int color ) : void | ||
pos | int | |
color | int | |
return | void |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
return | void |
public SetPixel ( int x, int y, int color ) : void | ||
x | int | |
y | int | |
color | int | |
return | void |