//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

  
cropGripthe Painter to display the corner grip.
cropHalothe Painter to display the tap area around the corner grip.
edgeGripthe Painter to display the edge grip.
edgeHalothe Painter to display the tapArea around the edge grip.
normalLineColorthe Color to draw the valid cutout.
normalLineStylethe DrawStyle to draw the valid cutout.
invalidLineColorthe Color to draw the invalid cutout.
invalidLineStylethe DrawStyle to drawn the invalid cutout.
zoomImageParamsthe ZoomImageParams to show the picture.
blurRadiusthe Float value to blur the image around cutout or zero to turn bluring off.
Top