ColorProfileInfo Struct Reference

#include <c4d_videopostdata.h>

Detailed Description

Colorprofile info.

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

Render color space.

◆ viewColorSpace

ColorProfile* viewColorSpace

View color space.

◆ displayColorSpace

ColorProfile* displayColorSpace

Display color space.