How to Convert a RGBCOMP() Value into Component ValuesID: Q149184 3.00 3.00b WINDOWS
The information in this article applies to:
SUMMARYThe RGBCOMP() function is new to Foxtools.fll. It accepts an RGB composite value as an argument and converts it to the three component values for you. In effect, it is the counterpart to FoxPro's RGB() function.
MORE INFORMATIONRGBComp() returns the Red, Green, and Blue components of a composite RGB color value. The syntax is:
Parameters:
Sample CodeThe following code gives an example implementation: *-- Set up to use FoxTools.FLL *-- Declare some variables to be used in the function calls
*-- Display as we go.
*-- Reset the current active library.
Additional reference words: 3.00 3.00b VFoxWin
KBCategory: kbhowto
KBSubcategory: FxprgFoxtools
|
Last Reviewed: May 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |