Share

AcGiVisualStyleProperties::FaceColorMode Enumeration

C++

enum FaceColorMode {
  kNoColorMode,
  kObjectColor,
  kBackgroundColor,
  kMono,
  kTint,
  kDesaturate
};

File

acgivisualstyle.h

Members

Members Description
kNoColorMode No modifications are to be applied to the faces.
kObjectColorApply the color of the drawable object to the faces of the object.
kBackgroundColorApply the display background color to the faces.
kMonoAll faces are treated as having a specific color, resulting in a "monochromatic" effect.
kTintAll faces have the Hue and Saturation values of their color mapped to the Hue and Saturation values of a specific color, resulting in a "tinted" effect. The luminance value remains unchanged.
kDesaturateApply a desaturation percentage to the diffuse color of a material.

Description

Describes modifications that affect the color of a face before any lighting and shading calculations have been performed.

Was this information helpful?