| SbColor Conversion (SbColor to SbColorRGBA) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic static explicit operator SbColorRGBA (
SbColor c
)
Public Shared Narrowing Operator CType (
c As SbColor
) As SbColorRGBA
static explicit operator SbColorRGBA (
SbColor c
)
F# does not support the declaration of new casting operators.
Parameters
- c
- Type: OIV.InventorSbColor
color to cast.
Return Value
Type:
SbColorRGBAResulting rgba color.
See Also