Multimedia2DRendering CATPrintGradientStop

Usage: you must use this class as is. You should never derive it.


public class CATPrintGradientStop



Constructor and Destructor Index


o CATPrintGradientStop()
Default constructor.
o ~CATPrintGradientStop()
Default destructor.

Method Index


o operator!=(CATPrintGradientStop&)
Comparison ("is not equal to") operator.
o operator==(CATPrintGradientStop&)
Comparison ("is equal to") operator.

Data Member Index


o _Alpha
RGBA components describing the stop color.
o _Offset
The stop offset.

Constructor and Destructor


o CATPrintGradientStop
public CATPrintGradientStop()
Default constructor.
o ~CATPrintGradientStop
public virtual ~CATPrintGradientStop()
Default destructor.

Methods


o operator!=
public operator!=( const iStop)
Comparison ("is not equal to") operator.
Parameters:
iStop
The other stop to compare this with.
o operator==
public operator==( const iStop)
Comparison ("is equal to") operator.
Parameters:
iStop
The other stop to compare this with.

Data Members


o _Alpha
  public float _Red, _Green, _Blue, _Alpha
RGBA components describing the stop color.
o _Offset
  public float _Offset
The stop offset. Defines the color position on the gradient surface.

This object is included in the file: CATPrintGradientStop.h
If needed, your Imakefile.mk should include the module: CATMMedia2DRendering

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.