SbColorGetRGBValue Method (Single, Single, Single) |
Returns 3 individual RGB components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public void GetRGBValue(
out float r,
out float g,
out float b
)
Public Sub GetRGBValue (
<OutAttribute> ByRef r As Single,
<OutAttribute> ByRef g As Single,
<OutAttribute> ByRef b As Single
)
public:
void GetRGBValue(
[OutAttribute] float% r,
[OutAttribute] float% g,
[OutAttribute] float% b
)
member GetRGBValue :
r : float32 byref *
g : float32 byref *
b : float32 byref -> unit
Parameters
- r
- Type: SystemSingle
output parameter to store red component. - g
- Type: SystemSingle
output parameter to store green component. - b
- Type: SystemSingle
output parameter to store blue component.
See Also