Aller au contenu

Message HrzProtocol.AttributeValue

Defined in hrz/protocol/attributes/attribute.proto.

Colors can be encoded as 0xaabbggrr in integer or number fields (preferred), or as “#rgb”, “#rrggbb”, “#rgba”, “#rgba”, or html color names in the string field.

When no field is set, the value is considered null.


boolean_value: bool (Part of union value)

int64_value: sfixed64 (Part of union value)

uint64_value: fixed64 (Part of union value)

number_value: double (Part of union value)

string_value: string (Part of union value)