Difference: CDColorInitialize (1 vs. 3)

Revision 32012-02-22 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="CDChartDirectorDesignerAPI"
>
>
META TOPICPARENT name="CDChartDirectorColorRoutines"
 

.COLOR INITIALIZE

This subroutine is called to initialize or reinitialize a color object.

Revision 22011-11-16 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.COLOR INITIALIZE

Changed:
<
<
This subroutine is called to initialize or reinitialize a color spec.
>
>
This subroutine is called to initialize or reinitialize a color object.
 
Changed:
<
<

>
>
 

Usage:

      PASS         <color_spec_name>          FIELD            SHARE? N
      GOSUB    0CD .COLOR INITIALIZE

Line: 13 to 13
 

Description:

Changed:
<
<
This initializes or reinitializes the specified color specification. Initialization removes all the formatting from the specified color and everything is reset to defaults.
>
>
This initializes or reinitializes the specified color object. Initialization removes all the formatting from the specified color and everything is reset to defaults.
  <color_spec_name> is a required parameter and the subroutine will cancel if it is not received. If the <color_spec_name> is blank, an error will be returned.
Changed:
<
<
<color_spec_name> can be any name you want to assign to this color spec.
>
>
<color_spec_name> can be any name you want to assign to this color object.
 
Changed:
<
<
The newly initialized sector spec is set to be the "current" sector spec.
>
>
The newly initialized color object is set to be the "current" color object.
  See ColorSpec for more information on working with colors.

Comments:

Revision 12011-11-15 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="CDChartDirectorDesignerAPI"

.COLOR INITIALIZE

This subroutine is called to initialize or reinitialize a color spec.


Usage:

      PASS         <color_spec_name>          FIELD            SHARE? N
      GOSUB    0CD .COLOR INITIALIZE
      *        Check for error
      IF       0CD .COLOR INITIALIZE          NE

Description:

This initializes or reinitializes the specified color specification. Initialization removes all the formatting from the specified color and everything is reset to defaults.

<color_spec_name> is a required parameter and the subroutine will cancel if it is not received. If the <color_spec_name> is blank, an error will be returned.

<color_spec_name> can be any name you want to assign to this color spec.

The newly initialized sector spec is set to be the "current" sector spec.

See ColorSpec for more information on working with colors.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2011-11-15

 
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