.. index:: pair: struct; P1::ImageSdkC::IceProcessSetup .. _doxid-struct_p1_1_1_image_sdk_c_1_1_ice_process_setup: struct P1::ImageSdkC::IceProcessSetup ===================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct IceProcessSetup { // fields :ref:`P1::ImageSdk::CanvasClip` :target:`canvasClip` = :ref:`P1::ImageSdk::CanvasClipNone`; uint32_t :target:`srcXOffset` = 0; uint32_t :target:`srcYOffset` = 0; uint32_t :target:`srcWidth` = 0; uint32_t :target:`srcHeight` = 0; float :target:`scale` = 0.0f; int32_t :target:`dstWidth` = 0; int32_t :target:`dstHeight` = 0; :ref:`BitmapImageRepFormat` :target:`outputFormat` = :ref:`kBitmapFormat_Unknown`; bool :target:`noiseModelEnabled` = false; float :target:`noiseModel`[2]; bool :target:`contrastEnabled` =false; float :target:`contrast` =0.0; bool :target:`brightnessEnabled` = false; float :target:`brightness` =0.0; bool :target:`saturationEnabled` = false; float :target:`saturation` =0.0; bool :target:`exposureEnabled` = false; float :target:`exposure` =0.0; bool :target:`gainEnabled` = false; float :target:`gain` =1.0; bool :target:`blackLevelEnabled` = false; float :target:`blackLevel`[3] = { 0 }; bool :target:`midtoneLevelEnabled` = false; float :target:`midtoneLevel`[3] = { 0 }; bool :target:`whiteLevelEnabled` = false; float :target:`whiteLevel`[3] = { 0 }; bool :target:`blackLevelTargetEnabled` = false; float :target:`blackLevelTarget`[3] = { 0 }; bool :target:`whiteLevelTargetEnabled` = false; float :target:`whiteLevelTarget`[3] = { 0 }; bool :target:`colorBalanceShadowEnabled` = false; float :target:`colorBalanceShadow`[3] = { 0 }; bool :target:`colorBalanceMidtoneEnabled` = false; float :target:`colorBalanceMidtone`[3] = { 0 }; bool :target:`colorBalanceHighlightEnabled` = false; float :target:`colorBalanceHighlight`[3] = { 0 }; bool :target:`sharpeningEnabled` = false; float :target:`sharpening` =0; bool :target:`noiseReductionEnabled` = false; int :target:`noiseReductionRadius` =0; bool :target:`clarityEnabled` = false; int :target:`clarityMethod` =0; float :target:`clarityFactor` =0; bool :target:`shadowRecoveryEnabled` = false; float :target:`shadowRecovery` =0; bool :target:`highlightRecoveryEnabled` = false; float :target:`highlightRecovery` =0; int :target:`histogramStage` =0; size_t :target:`redCurveTableSize` = 0; double* :target:`redCurve` = nullptr; size_t :target:`greenCurveTableSize` = 0; double* :target:`greenCurve` = nullptr; size_t :target:`blueCurveTableSize` = 0; double* :target:`blueCurve` = nullptr; size_t :target:`lumaCurveTableSize` = 0; double* :target:`lumaCurve` = nullptr; size_t :target:`rgbCurveTableSize` = 0; double* :target:`rgbCurve` = nullptr; bool :target:`whiteBalanceGainEnabled` = false; float :target:`whiteBalanceGainRed` = 0.0f; float :target:`whiteBalanceGainGreen` = 0.0f; float :target:`whiteBalanceGainBlue` = 0.0f; bool :target:`geometricCorrectionEnabled` = false; :ref:`GeometricCorrection` :target:`geometricCorrection`; bool :target:`lightFalloffCorrectionEnabled` = false; bool :target:`chromaticAberrationCorrectionEnabled` = false; bool :target:`exposureWarningMaskEnabled` = false; float :target:`exposureWarningThresholdOver` = 1.0f; float :target:`exposureWarningThresholdUnder` = 0.0f; bool :target:`clipWarningMaskEnabled` = false; int :target:`clipWarningCount` = -1; bool :target:`enableLinearPath` = false; };