Click or drag to resize
SbColorRGBAPackedValue Property
Sets/gets value of color in an RGBA packed color value.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public uint PackedValue { get; set; }

Property Value

Type: UInt32
The 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