ColorRGBA Constructor (Int32) |
Constructs a new instance of ColorRGBA that is equivalent to an ARGB color.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntaxpublic ColorRGBA(
int argb
)
Public Sub New (
argb As Integer
)
Parameters
- argb
- Type: SystemInt32
ARGB color to mimic.
See Also