SbColorRGBA Constructor (Single, Single, Single, Single) |
Constructor that takes 4 floats.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public SbColorRGBA(
float r,
float g,
float b,
float a
)
Public Sub New (
r As Single,
g As Single,
b As Single,
a As Single
)
public:
SbColorRGBA(
float r,
float g,
float b,
float a
)
new :
r : float32 *
g : float32 *
b : float32 *
a : float32 -> SbColorRGBA
Parameters
- r
- Type: SystemSingle
red component value. - g
- Type: SystemSingle
green component value. - b
- Type: SystemSingle
blue component value. - a
- Type: SystemSingle
alpha component value.
See Also