interface RoleColors

export interface RoleColors

primaryColor : number

The primary color of the role

secondaryColor : number | null

The secondary color of the role. This will make the role a gradient between the other provided colors

tertiaryColor : number | null

The tertiary color of the role. When sending tertiaryColor the API enforces the role color to be a holographic style with values of primaryColor = 11127295, secondaryColor = 16759788, and tertiaryColor = 16761760. These values are available as a constant: Constants.HolographicStyle