Native image datatype. Contains image data, which can be converted to a [Texture], and several functions to interact with it. The maximum width and height for an [code]Image[/code] is 16384 pixels.
Native image datatype. Contains image data, which can be converted to a [Texture], and several functions to interact with it. The maximum width and height for an [code]Image[/code] are [constant MAX_WIDTH] and [constant MAX_HEIGHT].
</description>
</description>
<tutorials>
<tutorials>
</tutorials>
</tutorials>
@ -431,6 +431,12 @@
</member>
</member>
</members>
</members>
<constants>
<constants>
<constantname="MAX_WIDTH"value="16384">
The maximal width allowed for [code]Image[/code] resources.
</constant>
<constantname="MAX_HEIGHT"value="16384">
The maximal height allowed for [code]Image[/code] resources.