public makeGraphic ( uint width, uint height, Color color, bool unique = false, string key = null ) : |
||
width | uint | The width of the sprite you want to generate. |
height | uint | The height of the sprite you want to generate. |
color | Color | Specifies the color of the generated block. |
unique | bool | Whether the graphic should be a unique instance in the graphics cache. Default is false. |
key | string | Optional parameter - specify a string key to identify this graphic in the cache. Trumps Unique flag. |
return |