AGI Components with Insight3D Alpha 2008 r8
IAgGxConstantRGBA Interface
Library ReferenceAGI.GraphicsIAgGxConstantRGBA
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 
IAgGxConstantRGBA
Public 
Interface 
IAgGxConstantRGBA
public 
interface class 
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.

Blue
Returns the blue component.

Green
Returns the green component.

Red
Returns the red component.

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