Share

ColorScheme Object


Description

The ColorScheme object represents a single color scheme. It provides access to the various components that make up a color scheme.

Methods

Name Description
Activate Method that causes this color scheme to become the active color scheme.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
BottomScreenColor Property that returns the bottom screen color used when the BackgroundType is set to kGradientBackgroundType.
BottomScreenColor2D Property that returns the 2D bottom screen color used when the BackgroundType is set to kGradientBackgroundType.
CutPreviewColor Property that returns the preview color used when using the 'Cut' option during feature creation.
DimensionColor Gets the 2D&3D sketch dimension color.
DisplaySeparateColors Read-write property that gets and sets the colors that are used for display separate colors setting. Currently 32 colors are supported for display separate colors.
DOFFixedColor property that returns the DOF fixed color.
DOFFreeColor Property that returns the DOF free color.
GripHighlightingColor Gets the color of the active manipulator glyph.
HighlightColor Color property that returns the highlight .
HighlightColor2D Property that returns the 2D highlight color.
ImageFullFileName Gets and sets the full file name of the image file to be used as the background.
IntersectPreviewColor Property that returns the preview color used when using the 'Intersect' option during feature creation.
JoinPreviewColor Property that returns the preview color used when using the 'Join' option during feature creation.
Name String property that returns the name of the color scheme.
PrimarySelectColor Color property that returns the primary selection .
PrimarySelectColor2D Property that returns the 2D primary selection color.
ReflectionEnvironmentFileName Read-write property that gets and sets the image full filename for the reflection map.
ScreenColor Property that returns the background screen color.
ScreenColor2D Property that returns the 2D background screen color.
SecondarySelectColor Color property that returns the secondary selection .
TertiarySelectColor Gets the TertiarySelectColor Color setting.
TopScreenColor Property that returns the top screen color used when the BackgroundType is set to kGradientBackgroundType.
TopScreenColor2D Property that returns the 2D top screen color used when the BackgroundType is set to kGradientBackgroundType.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Application.ActiveColorScheme, ColorSchemes.Item

Version

Introduced in version 9

Was this information helpful?