_CaptureShading, _DeleteShadings, _ImageSaveAsShading, _ShowShading, ApplyShading, AutoshadeAtOnce, AutoshadeAtOnceND, EnableCommonShading, EnableShading, EnableShadingFQ, GetShadingEnabled, ToggleShading
Description
ApplyShading();
This function makes shading correction on the current image.
See Also
_ShowShading, _DeleteShadings, EnableShading, EnableShadingFQ
Description
AutoshadeAtOnce( intShadingKnots
, intShadingDirection
);
This function performs the autoshading correction on the current image.
Description
AutoshadeAtOnceND( intShadingKnots
, intShadingDirection
);
This function performs the autoshading correction on the current ND image.
Description
EnableCommonShading(
int Shading
);
This function switches enables/disables usage of the common shading.
Description
EnableShading(
int Shading
);
This function enables/disables shading correction.
Parameters
See Also
EnableShadingFQ, GetShadingEnabled
Description
EnableShadingFQ( intModeOperation
, intEnabled
);
This function enables/disables the shading correction.
Parameters
Note
remember, that this function does not allow you to set the shading for the modes entirely independently. It is not possible to enable shading for fast mode and disable for quality mode.
See Also
EnableShading
Description
GetShadingEnabled();
This function returns the state which was set using the EnableShading function.
See Also
EnableShading
Description
_CaptureShading();
This function captures the shading correction image.
See Also
_ShowShading, ApplyShading
Description
_DeleteShadings();
The function deletes the shading images.
See Also
_CaptureShading, _ShowShading
Description
_ImageSaveAsShading();
This function saves the current image as a shading image.
See Also
_ShowShading, ApplyShading, _DeleteShadings, EnableShading, EnableShadingFQ
Description
_ShowShading();
This function displays the current shading image.
See Also
ApplyShading, _DeleteShadings, EnableShading, EnableShadingFQ, _ImageSaveAsShading