SbColorSetPackedValue Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void SetPackedValue(
uint orderedRGBA,
out float transparency
)
Public Sub SetPackedValue (
orderedRGBA As UInteger,
<OutAttribute> ByRef transparency As Single
)
public:
void SetPackedValue(
unsigned int orderedRGBA,
[OutAttribute] float% transparency
)
member SetPackedValue :
orderedRGBA : uint32 *
transparency : float32 byref -> unit
Parameters
- orderedRGBA
- Type: SystemUInt32
- transparency
- Type: SystemSingle
See Also