enum P1::ImageSdk::LinearPathType

Overview

Define the different types of linear path. More…

#include <C_P1ImageCommonTypes.h>

enum LinearPathType
{
    OnlyLinearPath,
    EnableGamma,
};

Detailed Documentation

Define the different types of linear path.

Enum Values

OnlyLinearPath

A standard linear path, where there is a linear transformation between bayer data and rgb data.

EnableGamma

The same as OnlyLinearPath - but gamma curve is still used too.