WinBinder Manual/wb sys dlg color

From wiki.swiftlytilting.com

long wb_sys_dlg_color ([int parent[, string title [, int color]]])
  • Displays the standard Select Color dialog box.
  • Returns a color value on success or the integer value of -1, if the action has been cancelled; FALSE if an error occured. The color value is made up of 3 bytes representing blue, green and red in that order (ie: 0xBBGGRR)

See also