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: 2023.1.3.0 (2023.1.3)
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