|
Blender V4.3
|
#include <BKE_icons.h>
Public Attributes | |
| int | icon_id |
| int | coords_len |
| int | coords_range [2] |
| unsigned char(* | coords )[2] |
| unsigned char(* | colors )[4] |
| const void * | mem |
Used for ICON_DATA_GEOM, assigned to Icon.obj.
Definition at line 65 of file BKE_icons.h.
| unsigned char(* Icon_Geom::colors)[4] |
Definition at line 70 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_invert_lightness(), BKE_icon_geom_rasterize(), bpy_app_icons_new_triangles(), and icon_free().
| unsigned char(* Icon_Geom::coords)[2] |
Definition at line 69 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_rasterize(), bpy_app_icons_new_triangles(), and icon_free().
| int Icon_Geom::coords_len |
Definition at line 67 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), BKE_icon_geom_invert_lightness(), BKE_icon_geom_rasterize(), and bpy_app_icons_new_triangles().
| int Icon_Geom::coords_range[2] |
Definition at line 68 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), and bpy_app_icons_new_triangles().
| int Icon_Geom::icon_id |
Definition at line 66 of file BKE_icons.h.
Referenced by BKE_icon_geom_ensure(), BKE_icon_geom_from_memory(), and bpy_app_icons_new_triangles().
| const void* Icon_Geom::mem |
Definition at line 72 of file BKE_icons.h.
Referenced by BKE_icon_geom_from_memory(), and icon_free().