Blender  V3.3
Public Attributes | List of all members
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 voidmem
 

Detailed Description

Used for ICON_DATA_GEOM, assigned to Icon.obj.

Definition at line 60 of file BKE_icons.h.

Member Data Documentation

◆ colors

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

◆ coords

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

◆ coords_len

int Icon_Geom::coords_len

◆ coords_range

int Icon_Geom::coords_range[2]

Definition at line 63 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 67 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: