Specifies whether or not the blue component can be written into the frame buffer.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBool blue { get; }
Public ReadOnly Property blue As SoSFBool
Get
public:
property SoSFBool^ blue {
SoSFBool^ get ();
}
member blue : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks The default value is true, indicating that the color component can be written.
See Also