interface RoleColorsResolvable

export interface RoleColorsResolvable

primaryColor : ColorResolvable

The primary color of the role

optional
secondaryColor? : ColorResolvable

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

optional
tertiaryColor? : ColorResolvable

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