SoTextureborderColor Property |
Defines border color used for border texture filtering.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFVec4f borderColor { get; }
Public ReadOnly Property borderColor As SoSFVec4f
Get
public:
property SoSFVec4f^ borderColor {
SoSFVec4f^ get ();
}
member borderColor : SoSFVec4f with get
Property Value
Type:
SoSFVec4f
RemarksThis value is only used if OIV.Inventor.Nodes.SoTexture.m_enableBorder is false.
NOTE: field available since Open Inventor 5.0
See Also