-
Notifications
You must be signed in to change notification settings - Fork 0
class_bitmap
reduz edited this page Feb 23, 2014
·
8 revisions
####Inherits: Resource ####Category: Core
- void create ( Vector2 size )
- void create_from_image_alpha ( Image image )
- void set_bit ( Vector2 pos, bool bit )
- bool get_bit ( Vector2 pos ) const
- void set_bit_rect ( Rect2 p_rect, bool bit )
- int get_true_bit_count ( ) const
- Vector2 get_size ( ) const