#include <c4d_videopostdata.h>
Stores overwriteable color profiles associated with an upcoming rendering.
Public Attributes | |
| const ColorProfile * | renderColorProfile |
| const ColorProfile * | imageColorProfile |
| ColorProfile * | renderingColorSpace |
| ColorProfile * | viewColorSpace |
| ColorProfile * | displayColorSpace |
| const ColorProfile* renderColorProfile |
Color profile of renderer - can be either linear or sRGB.
| const ColorProfile* imageColorProfile |
Color profile of output image.
| ColorProfile* renderingColorSpace |
Color profile for the OCIO render space of an OCIO rendering.
| ColorProfile* viewColorSpace |
Color profile for the OCIO view transform of an OCIO rendering.
| ColorProfile* displayColorSpace |
Color profile for the OCIO display space of an OCIO rendering.