COLORSPACETRANSFORMATION

Detailed Description

Color space transformations.

View / texture window color space.

Enumerations

enum class  COLORSPACETRANSFORMATION {
  NONE ,
  LINEAR_TO_SRGB ,
  SRGB_TO_LINEAR ,
  LINEAR_TO_VIEW ,
  SRGB_TO_VIEW ,
  OCIO_INPUT_LOW_TO_RENDERING ,
  OCIO_RENDERING_TO_INPUT_LOW ,
  OCIO_RENDERING_TO_VIEW ,
  OCIO_INPUT_LOW_TO_VIEW ,
  OCIO_VIEW_TO_RENDERING ,
  OCIO_VIEW_TO_INPUT_LOW ,
  OCIO_INPUT_HIGH_TO_RENDERING ,
  OCIO_RENDERING_TO_DISPLAY ,
  OCIO_DISPLAY_TO_RENDERING ,
  OCIO_SRGB_TO_RENDERING ,
  OCIO_RENDERING_TO_SRGB ,
  OCIO_LINEAR_TO_RENDERING ,
  OCIO_RENDERING_TO_LINEAR
}
 
enum class  VIEW_WINDOW_COLOR_SPACE : Int32 {
  UNDEFINED ,
  LINEAR ,
  SRGB
}
 

Functions

enum COLORSPACETRANSFORMATION MAXON_ENUM_LIST (COLORSPACETRANSFORMATION)
 
enum VIEW_WINDOW_COLOR_SPACE Int32 MAXON_ENUM_LIST (VIEW_WINDOW_COLOR_SPACE)
 

Enumeration Type Documentation

◆ COLORSPACETRANSFORMATION

Enumerator
NONE 

None.

LINEAR_TO_SRGB 

Linear to sRGB color space transformation.

SRGB_TO_LINEAR 

sRGB to linear color space transformation.

LINEAR_TO_VIEW 

Linear to display color space transformation.

SRGB_TO_VIEW 

sRGB to display color space transformation.

OCIO_INPUT_LOW_TO_RENDERING 

No operation. Input low and rendering are the same.

OCIO_RENDERING_TO_INPUT_LOW 

No operation. Input low and rendering are the same.

OCIO_RENDERING_TO_VIEW 

Rendering to view color space transformation.

OCIO_INPUT_LOW_TO_VIEW 

Input low (same as Rendering) to view color space transformation.

OCIO_VIEW_TO_RENDERING 

View to rendering color space transformation.

OCIO_VIEW_TO_INPUT_LOW 

View to input low (same as rendering) color space transformation.

OCIO_INPUT_HIGH_TO_RENDERING 

No operation. Input high and rendering are the same.

OCIO_RENDERING_TO_DISPLAY 

Rendering to display color space transformation.

OCIO_DISPLAY_TO_RENDERING 

Display to rendering color space transformation.

OCIO_SRGB_TO_RENDERING 

sRGB to Rendering color space transformation.

OCIO_RENDERING_TO_SRGB 

Rendering to sRGB color space transformation.

OCIO_LINEAR_TO_RENDERING 

Linear to rendering color space transformation.

OCIO_RENDERING_TO_LINEAR 

Rendering to linear color space transformation.

◆ VIEW_WINDOW_COLOR_SPACE

Enumerator
UNDEFINED 

Undefined, e.g. if there is no ViewWindow for the BaseDraw.

LINEAR 

Linear.

SRGB 

sRGB.

Function Documentation

◆ MAXON_ENUM_LIST() [1/2]

◆ MAXON_ENUM_LIST() [2/2]