3ds Max C++ API Reference
|
#include "..\strclass.h"
Classes | |
class | IModeSettings |
This class holds the detailed settings for each of the color management modes (see ColorPipelineMode). More... | |
Namespaces | |
namespace | MaxSDK |
namespace | MaxSDK::ColorManagement |
Enumerations | |
enum class | ColorPipelineMode : uint8_t { kUNMANAGED , kGAMMA , kOCIO_DEFAULT , kOCIO_CUSTOM , kNumColorPipelineModes } |
Enum for color management modes. More... | |
enum class | ModeStatus : uint8_t { kNORMAL , kFALLBACK_RAW , kINVALID } |
enum class | ConfigSource : uint8_t { kBUILT_IN , kENV_VARIABLE , kUSER_DEFINED } |
Enum for source of the config file that's used in the mode. More... | |
enum class | DisplayViewTarget : uint8_t { kGLOBAL , kVIEWPORT , kFRAME_BUFFER , kMTL_EDITOR , kCOLOR_PICKER , kCOLOR_SWATCH , kNumDisplayViewTargets } |
Enum for identifying display/view pair targets. More... | |
enum class | OutputConversion : uint8_t { kNO_CONVERSION , kCOLOR_SPACE_CONVERSION , kDISPLAY_VIEWTRANSFORM } |
Enum for Output Color conversion options. More... | |