TAP_Win_SetColor

Topfield Documentation

void TAP_Win_SetColor(TYPE_Window * win, word titleBack, word titleText, word bodyBack, word bodyText, word border, word shadow, word dark, word light);

It sets the color of window.

  • titleBack : the background color of Title Bar
  • titleText : the text color of Title Bar
  • bodyBack : the background color of Body
  • bodyText : the text color of Body
  • shadow : It decides to show the shadow effect of the window.
  • dark : the color of the dark side to effect 3D
  • light : the color of the bright side to effect 3D
CAUTION : This function SHOULD be called before TAP_Win_Create() is called.

Additional Documentation