AGI Components with Insight3D Alpha 2008 r8
AgGxConstantRGBClass Class
Library ReferenceAGI.GraphicsAgGxConstantRGBClass
A solid color represented using floating point red, green and blue components. The range for each component is commonly in [0, 1]. Read-only objects are commonly used to emulate const-correctness.
Declaration Syntax
C# Visual Basic Visual C++
public 
class 
AgGxConstantRGBClass : 
IAgGxConstantRGB,

        
AgGxConstantRGB
Public 
Class 
AgGxConstantRGBClass _
        
Implements 
IAgGxConstantRGB,

AgGxConstantRGB
public 
ref class 
AgGxConstantRGBClass : 
IAgGxConstantRGB,

        
AgGxConstantRGB
Members
All Members Methods Properties



Icon Member Description
_IAgGxConstantRGB_Blue
_IAgGxConstantRGB_Green
_IAgGxConstantRGB_Red
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
AgGxConstantRGBClass

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