export interface RoleColorsResolvable
ColorResolvable primaryColor :
The primary color of the role
optionalColorResolvable secondaryColor? :
The secondary color of the role. This will make the role a gradient between the other provided colors
optionalColorResolvable tertiaryColor? :
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