# Set Leaderboard Item Background Color
Grammar — Set board|Leaderboard item background color at column column and row row to color
Flags —Native|Action
Sets the background color of text on a leaderboard.
# Arguments
int<preset::Board> — Boardint— Columnint— Rowcolor— Color
Returns — void
native void BoardItemSetBackgroundColor(
int inBoard,
int inCol,
int inRow,
color inColor,
);
# Related
Category: Leaderboard / Leaderboard Items
- Set Leaderboard Item Text —
void— BoardItemSetText - Set Leaderboard Item Text Color —
void— BoardItemSetTextColor - Set Leaderboard Item Sort Order —
void— BoardItemSetSortValue - Set Leaderboard Item Icon —
void— BoardItemSetIcon - Set Leaderboard Item Background Color —
void— BoardItemSetBackgroundColor - Set Leaderboard Item Font Size —
void— BoardItemSetFontSize - Set Leaderboard Item Alignment —
void— BoardItemSetAlignment
# Examples
— None found —