.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/BitMap.xml. .. _class_BitMap: BitMap ====== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Image` | :ref:`convert_to_image` **(** **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`create` **(** :ref:`Vector2i` size **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`create_from_image_alpha` **(** :ref:`Image` image, :ref:`float` threshold=0.1 **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_bit` **(** :ref:`int` x, :ref:`int` y **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_bitv` **(** :ref:`Vector2i` position **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2i` | :ref:`get_size` **(** **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_true_bit_count` **(** **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`grow_mask` **(** :ref:`int` pixels, :ref:`Rect2i` rect **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedVector2Array[]` | :ref:`opaque_to_polygons` **(** :ref:`Rect2i` rect, :ref:`float` epsilon=2.0 **)** |const| | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`resize` **(** :ref:`Vector2i` new_size **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bit` **(** :ref:`int` x, :ref:`int` y, :ref:`bool` bit **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bit_rect` **(** :ref:`Rect2i` rect, :ref:`bool` bit **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bitv` **(** :ref:`Vector2i` position, :ref:`bool` bit **)** | +-------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_BitMap_method_convert_to_image: .. rst-class:: classref-method :ref:`Image` **convert_to_image** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_create: .. rst-class:: classref-method void **create** **(** :ref:`Vector2i` size **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_create_from_image_alpha: .. rst-class:: classref-method void **create_from_image_alpha** **(** :ref:`Image` image, :ref:`float` threshold=0.1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_get_bit: .. rst-class:: classref-method :ref:`bool` **get_bit** **(** :ref:`int` x, :ref:`int` y **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_get_bitv: .. rst-class:: classref-method :ref:`bool` **get_bitv** **(** :ref:`Vector2i` position **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_get_size: .. rst-class:: classref-method :ref:`Vector2i` **get_size** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_get_true_bit_count: .. rst-class:: classref-method :ref:`int` **get_true_bit_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_grow_mask: .. rst-class:: classref-method void **grow_mask** **(** :ref:`int` pixels, :ref:`Rect2i` rect **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_opaque_to_polygons: .. rst-class:: classref-method :ref:`PackedVector2Array[]` **opaque_to_polygons** **(** :ref:`Rect2i` rect, :ref:`float` epsilon=2.0 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_resize: .. rst-class:: classref-method void **resize** **(** :ref:`Vector2i` new_size **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_set_bit: .. rst-class:: classref-method void **set_bit** **(** :ref:`int` x, :ref:`int` y, :ref:`bool` bit **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_set_bit_rect: .. rst-class:: classref-method void **set_bit_rect** **(** :ref:`Rect2i` rect, :ref:`bool` bit **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_BitMap_method_set_bitv: .. rst-class:: classref-method void **set_bitv** **(** :ref:`Vector2i` position, :ref:`bool` bit **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`