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?
| C# | Visual Basic | Visual C++ |
public class AgGxConstantRGBAClass : IAgGxConstantRGBA, AgGxConstantRGBA
Public Class AgGxConstantRGBAClass _ Implements IAgGxConstantRGBA, AgGxConstantRGBA
public ref class AgGxConstantRGBAClass : IAgGxConstantRGBA, AgGxConstantRGBA
| 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) |
(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 () () () |
(Inherited from
Object.)
|
| Object | |
|
|
AgGxConstantRGBAClass |
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)