mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
36 lines
804 B
XML
36 lines
804 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ImageIndexer" inherits="Reference">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_colors">
|
|
<return type="PoolColorArray" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="index_image">
|
|
<return type="PoolIntArray" />
|
|
<argument index="0" name="image" type="Image" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="indices_to_argb8_data">
|
|
<return type="PoolByteArray" />
|
|
<argument index="0" name="indices" type="PoolIntArray" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="reset">
|
|
<return type="void" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|