//library/com.uploadcare.android.library.urls/CdnPathBuilder/cropCenterColor
cropCenterColor
[androidJvm]
Content
fun cropCenterColor(width: Int, height: Int, color: String): CdnPathBuilder
More info
Adds center-aligned crop with a filled background.
Parameters
androidJvm
Name | Summary |
---|---|
color | Background color RGB in Hex format “RRGGBB”. |
height | Crop height |
width | Crop width |