AGI Components with Insight3D Alpha 2008 r8
AgGxConstantRGBAClass Class
Library ReferenceAGI.GraphicsAgGxConstantRGBAClass
A color represented using floating point red, green, blue and alpha components. The range for each component is commonly in [0, 1]. The color becomes more opaque as the alpha moves from 0 to 1. An alpha of 0 is transparent and an alpha of 1 is opaque. Read?Z?
Declaration Syntax
C# Visual Basic Visual C++
public 
class 
AgGxConstantRGBAClass : 

IAgGxConstantRGBA, 
        
AgGxConstantRGBA
Public 
Class 
AgGxConstantRGBAClass _
        
Implements 

IAgGxConstantRGBA, 
AgGxConstantRGBA
public 
ref class 
AgGxConstantRGBAClass : 

IAgGxConstantRGBA, 
        
AgGxConstantRGBA
Members
All Members Methods Properties



Icon Member Description
_IAgGxConstantRGBA_Alpha
_IAgGxConstantRGBA_Blue
_IAgGxConstantRGBA_Green
_IAgGxConstantRGBA_Red
Alpha
Returns the alpha component. The color becomes more opaque as the alpha moves from 0 to 1. An alpha of 0 is transparent and an alpha of 1 is opaque.

Blue
Returns the blue component.

Equals(Object)
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
Finalize () () ()
Allows an Objectto attempt to free resources and perform other cleanup operations before the Objectis reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode () () ()
Serves as a hash function for a particular type. GetHashCode () () () is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType () () ()
Gets the Typeof the current instance.
(Inherited from Object.)
Green
Returns the green component.

MemberwiseClone () () ()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Red
Returns the red component.

ToString () () ()
Returns a Stringthat represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AgGxConstantRGBAClass

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)