Saves a chat window's background color setting. Used by the default UI's function FCF_SetWindowColor() which changes the colors of a displayed FloatingChatFrame.
See also Chat functions.
Signature:
SetChatWindowColor(index, r, g, b)
Arguments:
index- Index of a chat frame (between 1 andNUM_CHAT_WINDOWS) (number)r- Red component of the background color (0.0 - 1.0) (number)g- Green component of the background color (0.0 - 1.0) (number)b- Blue component of the background color (0.0 - 1.0) (number)