====== O4WColorStyle routine ====== ==== Description ==== Creates a "style" based on the specified background color, foreground color, and background image. Returns the style information (to use immediately with a display element or input control), and (if is not null) defines the style by the stylename for use with one or more elements and input controls. ==== Syntax ==== O4WCOLORSTYLE(styleName, bgColor, fgColor, bgImage) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |stylename|The style name| |bgColor|The background color| |fgColor|The foreground color| |bgImage|A background image.||