Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>grf_colors()</b> g_exam11 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GRF_COLORS()                                                       G_EXAM11
   Sets the graph colors for titles, graph frame, background, legends.

   Syntax
         GRF_COLORS([nFrame] [,nGrid] [,nScale] [,nScaleTitle] [,nTitle]
                    [,nLegendBackground] [,nFrameBackground])

   Arguments
         OPTIONAL PARAMETERS
         nFrame               Color of the graph frame.
         nGrid                Color of the grid lines.
         nScale               Color of the graph scales.
         nScaleTitle          Color of the graph scale title.
         nTitle               Color of the graph title.
         nLegendBackground    Color of the legend background.
         nFrameBackground     Color of the frame background.

   Returns
         GRF_COLORS([@nFrame] [,@nGrid] [,@nScale] [,@nScaleTitle] [,@nTitle]
                    [,@nLegendBackground] [,@nFrameBackground])

   Description
         GRF_COLORS() sets colors other than the default values for a
         portion of the graph. The default colors are color 15 for all but
         the legend text background and the frame background. These
         parameters are all optional. So if you do not want to change one
         parameter, then leave a comma as a place holder and no parameter.

   Examples

               GRF_COLORS(,,,,1)   && Change graph title color to color 1

See Also: SET_COLOR() SET_PAL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson