# Set Leaderboard Item Background Color

Grammar — Set board|Leaderboard item background color at column column and row row to color
FlagsNative | Action

Sets the background color of text on a leaderboard.

# Arguments

  • int [ preset::Board ] — Board
  • int — Column
  • int — Row
  • color — Color

Returns — void

native void BoardItemSetBackgroundColor(
	int inBoard,
	int inCol,
	int inRow,
	color inColor,
);

Category: Leaderboard / Leaderboard Items

# Examples

— None found —