|
Blender
V2.93
|
#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 495 of file DNA_meshdata_types.h.
| unsigned char MCol::a |
Definition at line 496 of file DNA_meshdata_types.h.
Referenced by blo_do_versions_pre250(), layerInterp_mcol(), blender::io::alembic::read_custom_data_mcols(), and blender::io::alembic::write_mcol().
| unsigned char MCol::b |
Definition at line 496 of file DNA_meshdata_types.h.
Referenced by layerInterp_mcol(), particle_pack_mcol(), blender::io::alembic::read_custom_data_mcols(), and blender::io::alembic::write_mcol().
| unsigned char MCol::g |
Definition at line 496 of file DNA_meshdata_types.h.
Referenced by layerInterp_mcol(), particle_pack_mcol(), blender::io::alembic::read_custom_data_mcols(), and blender::io::alembic::write_mcol().
| unsigned char MCol::r |
Definition at line 496 of file DNA_meshdata_types.h.
Referenced by layerInterp_mcol(), particle_pack_mcol(), blender::io::alembic::read_custom_data_mcols(), and blender::io::alembic::write_mcol().