Click or drag to resize
SoWinColorEditorSetColor Method

Sets a new color value.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetColor(
	SbColor color
)

Parameters

color
Type: OIV.InventorSbColor
Remarks

NOTE: setColor() will call colorChanged callbacks if the color differs.

See Also