APIRoleColors

export interface APIRoleColors
export interface APIRoleColors
primary_color:number
The primary color for the role
secondary_color:number | null
The secondary color for the role, this will make the role a gradient between the other provided colors
tertiary_color:number | null
The tertiary color for the role, this will turn the gradient into a holographic style
Remarks
When sending tertiary_color the API enforces the role color to be a holographic style with values of primary_color = 11127295, secondary_color = 16759788, and tertiary_color = 16761760.