@DEFINE_SCHEME (Define Color Scheme)

This macro can be used to define an 8-series color scheme using Red-Green-Blue values that will be used to color markers/risers. An RGB value can be hex (0xFF0000=red) or decimal (16711680=red).

SYNTAX:

@DEFINE_SCHEME rgb0 rgb1 rgb2 rgb3 rgb4 rgb5 rgb6 rgb7

PARAMETERS:

rgb0...rgb7; specifies a Red-Green-Blue value in hex or decimal format

EXAMPLE: @DEFINE_SCHEME.RPT

@DEFINE_SCHEME 0x9160c7 0xb8a6cc 0x31a412 0x7734d9 0x6c192e 0x4dd346 0xd30ec7 0x89d1c0

@DEFINE_SCHEME 0xc70818 0xbc587a 0x93b919 0x4afbf2 0xc96c87 0xe8f9ce 0x378edc 0xbd01df

PERSISTENT:

YES

REQUIREMENTS:

Crystal Reports 10 or Higher

ALSO SEE:

@COLOR_SCHEME (Select a predefined color scheme)
@COLOR_FILE (Load a color scheme from a file)

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Previous Macro in this Group Return to Group List