Jypeli 10
The simple game programming library
Jypeli.Image Jäsenlista

Tämä on lista kaikista jäsenistä luokassa Jypeli.Image, sisältäen kaikki perityt jäsenet.

_heightJypeli.Imageprivate
_widthJypeli.Imageprivate
ApplyPixelOperation(ColorConverter operation)Jypeli.Image
ApplyPixelOperation(XnaColorConverter operation)Jypeli.Imagepackage
Area(int left, int top, int right, int bottom)Jypeli.Image
AsJpeg()Jypeli.Image
AsPng()Jypeli.Image
AssertDimensions(int width, int height)Jypeli.Imageprivate
assetNameJypeli.Imageprivate
Clone()Jypeli.Image
Color(Image image, Color color)Jypeli.Imagestatic
Color(Image[] images, Color color)Jypeli.Imagestatic
Color(Image image, byte alpha)Jypeli.Imagestatic
CopyData(Image dest, Image src)Jypeli.Imageprivatestatic
CopyData(Texture2D dest, Texture2D src)Jypeli.Imageprivatestatic
CopyData(Image dest, Image src, XnaRectangle destRect, XnaRectangle srcRect)Jypeli.Imageprivatestatic
CreateNewTexture()Jypeli.Imageprivate
CreateStarSky(int width, int height, int stars, bool transparent=false)Jypeli.Imagestatic
DoInitDimensions()Jypeli.Imageprivate
DoInitTexture()Jypeli.Imageprivate
DoUpdateTexture()Jypeli.Imageprivate
DrawTextOnImage(Image img, string text, Vector position, Font font, Color textColor, Color backgroundColor)Jypeli.Imagestatic
DrawTextOnImage(Image img, string text, Font font, Color textColor)Jypeli.Imagestatic
Fill(Color backColor)Jypeli.Image
Flip(Image image)Jypeli.Imagestatic
Flip(Image[] images)Jypeli.Imagestatic
FromColor(int imageWidth, int imageHeight, Color color)Jypeli.Imagestatic
FromFile(string path)Jypeli.Imagestatic
FromGradient(int imageWidth, int imageHeight, Color lowerColor, Color upperColor)Jypeli.Imagestatic
FromStream(Stream stream)Jypeli.Imagestatic
FromText(string text, Font font, Color textColor, Color backgroundColor)Jypeli.Imagestatic
GetByteArray()Jypeli.Image
GetData(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
GetDataUInt(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
GetDataUIntAA(int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
HeightJypeli.Image
Image(int width, int height)Jypeli.Imagepackage
Image(string assetName)Jypeli.Imagepackage
Image(Microsoft.Xna.Framework.Graphics.Texture2D texture)Jypeli.Image
Image(int width, int height, Color backColor)Jypeli.Image
Image(double width, double height, Color backColor)Jypeli.Image
imageExtensionsJypeli.Imageprivatestatic
InitDimensionsJypeli.Imageprivate
InitTextureJypeli.Imageprivate
InvalidateAsset()Jypeli.Imageprivate
LoadContentTexture()Jypeli.Imageprivate
LoadFile(string path)Jypeli.Imageprivate
Mirror(Image image)Jypeli.Imagestatic
Mirror(Image[] images)Jypeli.Imagestatic
MirrorLine(XnaColor[] scanline, int width)Jypeli.Imageprivatestatic
MONOGETDATAINCJypeli.Imageprivatestatic
MONOGETDATAMULJypeli.Imageprivatestatic
NameJypeli.Image
parentImageJypeli.Imageprivate
parentRectangleJypeli.Imageprivate
ReplaceColor(Color src, Color dest, double tolerance, bool blend, bool exactAlpha=false)Jypeli.Image
ReplaceColor(Color src, Color dest)Jypeli.Image
SetData(Color[,] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
SetData(byte[] byteArr, int height, int width)Jypeli.Image
SetData(byte[] byteArr)Jypeli.Image
SetData(uint[,] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
SetData(uint[][] bmp, int ox=0, int oy=0, int w=int.MaxValue, int h=int.MaxValue)Jypeli.Image
SetLineCorrection(int n)Jypeli.Imagestatic
this[int row, int col]Jypeli.Image
TileHorizontal(Image left, Image right)Jypeli.Imagestatic
TileVertical(Image top, Image bottom)Jypeli.Imagestatic
UpdateTexture()Jypeli.Imageprivate
WidthJypeli.Image
XNATextureJypeli.Imagepackage
xnaTextureJypeli.Imageprivate