BackColor Property

ColorTableIndexFromRGB Method

Introduction

 

ColorTable Property


 

Sets/returns an RGB value from a color table index.

 

Syntax

RGBvalue =FlpGrf.ColorTable( ColorTableIndex )

 

The ColorTable property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

ColorTableIndex

An index from the color table.

RGBvalue

Returned RGB expression for that color.

 

Remarks

The following line of code will set the graph title to yellow color (color table index 19):

FlpGrf.GraphTitleColor = FlpGrf.ColorTable(19)


 

See Also

Color Table, ColorTable Property, ColorTableIndexFromRGB Method



BackColor Property ColorTableIndexFromRGB Method

 

 

Last modified on: Friday, August 16, 2002