AGI Components with Insight3D Alpha 2008 r8
AgGxConstantRGBA Interface
Library ReferenceAGI.GraphicsAgGxConstantRGBA
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 
interface 
AgGxConstantRGBA : 

IAgGxConstantRGBA
Public 
Interface 
AgGxConstantRGBA _
        
Implements 

IAgGxConstantRGBA
public 
interface class 
AgGxConstantRGBA : 

IAgGxConstantRGBA
Members
All Members Properties



Icon Member Description
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.
(Inherited from IAgGxConstantRGBA.)
Blue
Returns the blue component.
(Inherited from IAgGxConstantRGBA.)
Green
Returns the green component.
(Inherited from IAgGxConstantRGBA.)
Red
Returns the red component.
(Inherited from IAgGxConstantRGBA.)

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