21 return ((_flags & F_no_color) == 0 &&
22 (_color_index != -1 || ((_flags & F_packed_color) != 0)));
31 set_rgb(LRGBColor(color[0], color[1], color[2]));
void set_color(const LColor &color)
Sets the color of the vertex, using the packed color convention.
bool has_color() const
Returns true if the vertex has a primary color indicated, false otherwise.
void set_rgb(const LRGBColor &rgb)
Sets the color of the vertex, using the packed color convention.