![]() |
Jypeli
5
The simple game programming library
|
Tämä on lista kaikista jäsenistä luokassa Image, sisältäen kaikki perityt jäsenet.
| ApplyPixelOperation(Converter< Color, Color > operation) | Image | |
| Area(int left, int top, int right, int bottom) | Image | |
| AsJpeg() | Image | |
| AsPng() | Image | |
| Clone() | Image | |
| Color(Image image, Color color) | Image | static |
| Color(Image[] images, Color color) | Image | static |
| Color(Image image, byte alpha) | Image | static |
| CreateStarSky(int width, int height, int stars, bool transparent=false) | Image | static |
| DrawTextOnImage(Image img, string text, Vector position, Font font, Color textColor, Color backgroundColor) | Image | static |
| DrawTextOnImage(Image img, string text, Font font, Color textColor) | Image | static |
| Fill(Color backColor) | Image | |
| Flip(Image image) | Image | static |
| Flip(Image[] images) | Image | static |
| FromColor(int imageWidth, int imageHeight, Color color) | Image | static |
| FromFile(string path) | Image | static |
| FromFile(StorageFile file) | Image | static |
| FromGradient(int imageWidth, int imageHeight, Color lowerColor, Color upperColor) | Image | static |
| FromStream(Stream stream) | Image | static |
| FromText(string text, Font font, Color textColor, Color backgroundColor) | Image | static |
| GetData(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| GetDataUInt(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| GetDataUIntAA(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| GetHashCode() | Image | |
| Height | Image | |
| Image(Microsoft.Xna.Framework.Graphics.Texture2D texture) | Image | |
| Image(int width, int height, Color backColor) | Image | |
| Image(double width, double height, Color backColor) | Image | |
| Mirror(Image image) | Image | static |
| Mirror(Image[] images) | Image | static |
| Name | Image | |
| ReplaceColor(Color src, Color dest, double tolerance, bool blend, bool exactAlpha=false) | Image | |
| ReplaceColor(Color src, Color dest) | Image | |
| SetData(Color[,] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| SetData(uint[,] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| SetData(uint[][] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue) | Image | |
| this[int row, int col] | Image | |
| TileHorizontal(Image left, Image right) | Image | static |
| TileVertical(Image top, Image bottom) | Image | static |
| Width | Image |