SbColorSetPackedValue Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
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