Blender V4.3
Icon_Geom Struct Reference

#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
 

Detailed Description

Used for ICON_DATA_GEOM, assigned to Icon.obj.

Definition at line 65 of file BKE_icons.h.

Member Data Documentation

◆ colors

unsigned char(* Icon_Geom::colors)[4]

◆ coords

unsigned char(* Icon_Geom::coords)[2]

◆ coords_len

◆ coords_range

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().

◆ icon_id

int Icon_Geom::icon_id

◆ mem

const void* Icon_Geom::mem

Definition at line 72 of file BKE_icons.h.

Referenced by BKE_icon_geom_from_memory(), and icon_free().


The documentation for this struct was generated from the following file: