Click or drag to resize
SoWinColorEditorSlidersType Enumeration

list of possible slider combinations, which is used to specify which sliders should be displayed at any time.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum SlidersType
Members
  Member nameValueDescription
NONE0

Display no sliders.

INTENSITY1

Display intensity slider (default)

RGB2

Display RGB sliders.

HSV3

Display HSV sliders.

RGB_V4

Display RGB and value sliders.

RGB_HSV5

Display RGB and HSV sliders.

Remarks