Click or drag to resize
SoGLGraphicConfigTemplateGetRGBAColor Method

Returns the color preferences.

Namespace: OIV.Inventor.Components
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoGraphicConfigTemplatePreferences GetRGBAColor(
	out int minRedBits,
	out int minGreenBits,
	out int minBlueBits,
	out int minAlphaBits,
	out int maxRedBits,
	out int maxGreenBits,
	out int maxBlueBits,
	out int maxAlphaBits
)

Parameters

minRedBits
Type: SystemInt32
minGreenBits
Type: SystemInt32
minBlueBits
Type: SystemInt32
minAlphaBits
Type: SystemInt32
maxRedBits
Type: SystemInt32
maxGreenBits
Type: SystemInt32
maxBlueBits
Type: SystemInt32
maxAlphaBits
Type: SystemInt32

Return Value

Type: SoGraphicConfigTemplatePreferences
Remarks

See Also