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.
| C# | Visual Basic | Visual C++ |
public interface AgGxConstantRGB : IAgGxConstantRGB
Public Interface AgGxConstantRGB _ Implements IAgGxConstantRGB
public interface class AgGxConstantRGB : IAgGxConstantRGB
| All Members | Properties | ||||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Blue |
Returns the blue component. (Inherited
from
IAgGxConstantRGB.)
|
|
|
Green |
Returns the green component. (Inherited
from
IAgGxConstantRGB.)
|
|
|
Red |
Returns the red component. (Inherited
from
IAgGxConstantRGB.)
|
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)