|
Blender V4.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 428 of file DNA_meshdata_types.h.
| unsigned char MCol::a |
Definition at line 429 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 429 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), blender::draw::particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().
| unsigned char MCol::g |
Definition at line 429 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), blender::draw::particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().
| unsigned char MCol::r |
Definition at line 429 of file DNA_meshdata_types.h.
Referenced by blender::io::alembic::get_cols(), layerInterp_mcol(), blender::draw::particle_pack_mcol(), and blender::io::alembic::read_custom_data_mcols().