Tags:
create new tag
view all tags

Backlinks to CDChartDirectorColorRoutines in Main Web (Search all webs)

Results from Main web retrieved at 17:02 (GMT)

Chart Director API for APPX These APIs can be used by an APPX designer to create business charts within an APPX application. Installation Tips Overview Data Routines...
.COLOR GET NAME This subroutine is called to get the name of the `current` color object. Usage: PASS color spec name FIELD SHARE...
.COLOR INITIALIZE This subroutine is called to initialize or reinitialize a color object. Usage: PASS color spec name FIELD...
.COLOR SET BRIGHTNESS Sets the brightness of the `current` Color Object. Usage: PASS brightness FIELD SHARE? N GOSUB...
.COLOR SET BRUSH METAL Sets the strength of the texture to create a Brushed Metal Effect for the `current` Color Object. Usage: PASS texture strength...
.COLOR SET COLOR Sets the color of the `current` Color Object. Usage: PASS color value FIELD SHARE? N GOSUB 0CD...
.COLOR SET COLOR:A Sets the transparency value of the `current` Color object. Usage: PASS alpha FIELD SHARE? N...
.COLOR SET COLOR:B Sets the blue value of the `current` Color object. Usage: PASS blue color value FIELD SHARE? N GOSUB...
.COLOR SET COLOR:G Sets the green value of the `current` Color object. Usage: PASS green color value FIELD SHARE? N GOSUB...
.COLOR SET COLOR:R Sets the red value of the `current` Color object. Usage: PASS red color value FIELD SHARE? N GOSUB...
.COLOR SET COLOR:RGB Sets the individual colors of the `current` Color object. Usage: PASS red FIELD SHARE? N...
.COLOR SET CURRENT This subroutine is called to set the `current` Color Object to be a previously initialized Color Object. Usage: PASS color spec...
.COLOR SET DASH LINE Sets the dash line pattern for the `current` Color Object. Usage: PASS dash line pattern FIELD SHARE? N...
.COLOR SET DEFAULT Clear the `current` Color Object. Usage: GOSUB 0CD .COLOR SET DEFAULT Check for error IF 0CD .COLOR SET DEFAULT...
.COLOR SET GLASS Assigns a special shading effect that emulates tinted glass or semi transparent plastic material to the `current` color object. Usage: PASS...
.COLOR SET GRADIENT Changes the `current` color object to have a two point linear gradient color. Usage: PASS start x FIELD...
.COLOR SET HALF COLOR Sets the intensity of the `current` Color Object to be one half of the normal intensity. Usage: PASS half color...
.COLOR SET METAL Sets the direction for brightness modulation to create a Metal color effect for the `current` Color Object. Usage: PASS brightness...
.COLOR SET GOLD Sets the color of the `current` Color Object to be Yellow (FFEE44) and sets the direction for brightness modulation to create a Gold Metal color effect...
.COLOR SET SILVER Sets the color of the `current` Color Object to be Gray (DDDDDD) and sets the direction for brightness modulation to create a Silver Metal color...
.COLOR SET OPAQUE Sets the `current` Color object to be opaque. Usage: GOSUB 0CD .COLOR SET OPAQUE Check for error IF 0CD .COLOR...
.COLOR SET TRANSPARENT Sets the `current` Color object to be transparent. Usage: GOSUB 0CD .COLOR SET TRANSPARENT Check for error IF...
.COLOR SET SOFT Assigns a special shading effect that looks like gradient coloring to the `current` color object. Usage: PASS direction...
Number of topics: 23

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback