Click or drag to resize
SoWinColorEditorSetColor Method

Sets a new color value.

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

Parameters

color
Type: OIV.InventorSbColor
Remarks

NOTE: OIV.Inventor.Win.SoWinColorEditor.SetColor(OIV.Inventor.SbColor) will call colorChanged callbacks if the color differs.

See Also