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