.. index:: pair: enum; LinearPathType .. _doxid-namespace_p1_1_1_image_sdk_1a807f9988566b3d860e44cefca874b6d8: enum P1::ImageSdk::LinearPathType ================================= Overview ~~~~~~~~ Define the different types of linear path. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum LinearPathType { :ref:`OnlyLinearPath`, :ref:`EnableGamma`, }; .. _details-namespace_p1_1_1_image_sdk_1a807f9988566b3d860e44cefca874b6d8: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Define the different types of linear path. Enum Values ----------- .. index:: pair: enumvalue; OnlyLinearPath .. _doxid-namespace_p1_1_1_image_sdk_1a807f9988566b3d860e44cefca874b6d8a8dd692656fa21a10c7cadaf494dbe6dd: .. ref-code-block:: cpp :class: doxyrest-title-code-block OnlyLinearPath A standard linear path, where there is a linear transformation between bayer data and rgb data. .. index:: pair: enumvalue; EnableGamma .. _doxid-namespace_p1_1_1_image_sdk_1a807f9988566b3d860e44cefca874b6d8a4b9ec045e70e53fa47a5e5fb57e8cdeb: .. ref-code-block:: cpp :class: doxyrest-title-code-block EnableGamma The same as OnlyLinearPath - but gamma curve is still used too.