Blender
V3.3
|
#include <DNA_meshdata_types.h>
Public Attributes | |
unsigned char | a |
unsigned char | r |
unsigned char | g |
unsigned char | b |
Tessellation vertex color data.
Definition at line 484 of file DNA_meshdata_types.h.
unsigned char MCol::a |
Definition at line 485 of file DNA_meshdata_types.h.
Referenced by blo_do_versions_pre250(), blender::io::alembic::get_cols(), layerInterp_mcol(), and blender::io::alembic::read_custom_data_mcols().
unsigned char MCol::b |
Definition at line 485 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().
unsigned char MCol::g |
Definition at line 485 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().
unsigned char MCol::r |
Definition at line 485 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().