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