ColorProfileInfo Struct Reference

#include <c4d_videopostdata.h>

Detailed Description

Stores overwriteable color profiles associated with an upcoming rendering.

Since
R2023.2

Public Attributes

const ColorProfilerenderColorProfile
 
const ColorProfileimageColorProfile
 
ColorProfilerenderingColorSpace
 
ColorProfileviewColorSpace
 
ColorProfiledisplayColorSpace
 

Member Data Documentation

◆ renderColorProfile

const ColorProfile* renderColorProfile

Color profile of renderer - can be either linear or sRGB.

◆ imageColorProfile

const ColorProfile* imageColorProfile

Color profile of output image.

◆ renderingColorSpace

ColorProfile* renderingColorSpace

Color profile for the OCIO render space of an OCIO rendering.

◆ viewColorSpace

ColorProfile* viewColorSpace

Color profile for the OCIO view transform of an OCIO rendering.

◆ displayColorSpace

ColorProfile* displayColorSpace

Color profile for the OCIO display space of an OCIO rendering.