AddColor
Add an RGBA color to a protobuf message repeated field.
native void AddColor(const char[] field, const int color[4])
Parameters
const char[] field
Field name.
const int[4] color
Color value to add.
Return Value
voidError
Non-existent field, or incorrect field type.