Jypeli  5
The simple game programming library
Image Jäsenlista

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)Imagestatic
Color(Image[] images, Color color)Imagestatic
Color(Image image, byte alpha)Imagestatic
CreateStarSky(int width, int height, int stars, bool transparent=false)Imagestatic
DrawTextOnImage(Image img, string text, Vector position, Font font, Color textColor, Color backgroundColor)Imagestatic
DrawTextOnImage(Image img, string text, Font font, Color textColor)Imagestatic
Fill(Color backColor)Image
Flip(Image image)Imagestatic
Flip(Image[] images)Imagestatic
FromColor(int imageWidth, int imageHeight, Color color)Imagestatic
FromFile(string path)Imagestatic
FromFile(StorageFile file)Imagestatic
FromGradient(int imageWidth, int imageHeight, Color lowerColor, Color upperColor)Imagestatic
FromStream(Stream stream)Imagestatic
FromText(string text, Font font, Color textColor, Color backgroundColor)Imagestatic
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
HeightImage
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)Imagestatic
Mirror(Image[] images)Imagestatic
NameImage
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)Imagestatic
TileVertical(Image top, Image bottom)Imagestatic
WidthImage