Property | Type | Description | |
---|---|---|---|
ClampRectangle |
Method | Description | |
---|---|---|
Apply ( PixelFunction pixelFunc ) : void | ||
Apply ( PixelFunction pixelFunc, |
||
Apply ( PixelFunctionXY pixelFunc ) : void | ||
Apply ( PixelFunctionXY pixelFunc, |
||
Clear ( |
||
Crop ( |
||
FromXmlProxy ( XmlProxy proxy, System.Guid uid ) : |
||
Set ( |
||
SetComposite ( |
||
TextureResource ( |
||
TextureResource ( |
||
TextureResource ( |
||
TextureResource ( int width, int height ) : System | ||
TextureResource ( int width, int height, byte data ) : System | ||
TextureResource ( int width, int height, byte data, int dataOffset ) : System | ||
ToXmlProxy ( |
||
this ( int x, int y ) : Color |
Method | Description | |
---|---|---|
ClampRectangle ( |
public Apply ( PixelFunction pixelFunc ) : void | ||
pixelFunc | PixelFunction | |
return | void |
public Apply ( PixelFunction pixelFunc, |
||
pixelFunc | PixelFunction | |
region | ||
return | void |
public Apply ( PixelFunctionXY pixelFunc ) : void | ||
pixelFunc | PixelFunctionXY | |
return | void |
public Apply ( PixelFunctionXY pixelFunc, |
||
pixelFunc | PixelFunctionXY | |
region | ||
return | void |
public Crop ( |
||
region | ||
return |
public static FromXmlProxy ( XmlProxy proxy, System.Guid uid ) : |
||
proxy | XmlProxy | |
uid | System.Guid | |
return |
public Set ( |
||
data | ||
location | Point | |
return | void |
public SetComposite ( |
||
data | ||
location | Point | |
return | void |
public TextureResource ( |
||
size | ||
return | System |
public TextureResource ( |
||
size | ||
data | byte | |
return | System |
public TextureResource ( |
||
size | ||
data | byte | |
dataOffset | int | |
return | System |
public TextureResource ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public TextureResource ( int width, int height, byte data ) : System | ||
width | int | |
height | int | |
data | byte | |
return | System |
public TextureResource ( int width, int height, byte data, int dataOffset ) : System | ||
width | int | |
height | int | |
data | byte | |
dataOffset | int | |
return | System |
public static ToXmlProxy ( |
||
tex | ||
return | XmlProxy |