SbColorRGBAPackedValue Property |
Sets/gets value of color in an RGBA packed color value.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic uint PackedValue { get; set; }
Public Property PackedValue As UInteger
Get
Set
public:
property unsigned int PackedValue {
unsigned int get ();
void set (unsigned int value);
}
member PackedValue : uint32 with get, set
Property Value
Type:
UInt32The packed color value.
Remarks
The packed color format expressed in hexadecimal is
0xrrggbbaa, where:
- rr is the red value,
- gg is the green value,
- bb is the blue value,
- aa is the alpha value.
RGBA component values range from 0 to 0xFF (255).
See Also