//design/com.pixelnetica.design.image/CropImageParams/CropImageParams
CropImageParams
[androidJvm]
constructor(cropGrip: Painter, cropHalo: Painter, edgeGrip: Painter, edgeHalo: Painter, normalLineColor: Color, normalLineStyle: DrawStyle, invalidLineColor: Color, invalidLineStyle: DrawStyle, zoomImageParams: ZoomImageParams, blurRadius: Dp)
Parameters
androidJvm
cropGrip | the Painter to display the corner grip. |
cropHalo | the Painter to display the tap area around the corner grip. |
edgeGrip | the Painter to display the edge grip. |
edgeHalo | the Painter to display the tapArea around the edge grip. |
normalLineColor | the Color to draw the valid cutout. |
normalLineStyle | the DrawStyle to draw the valid cutout. |
invalidLineColor | the Color to draw the invalid cutout. |
invalidLineStyle | the DrawStyle to drawn the invalid cutout. |
zoomImageParams | the ZoomImageParams to show the picture. |
blurRadius | the Float value to blur the image around cutout or zero to turn bluring off. |