SetColor
Sets an RGBA color on a protobuf message.
native void SetColor(const char[] field, const int color[4], int index = -1)
Parameters
const char[] field
Field name.
const int[4] color
Color value to set.
int index
Index into repeated field.
Return Value
voidError
Non-existent field, or incorrect field type.