Skip to content

Commit b7bae14

Browse files
committed
docs: update default value in description for intensity in colorize transformation
Stainless-Generated-From: 8d0f17fd5a734498c48d55c887770cfaa1a7d6e2
1 parent 2064e1a commit b7bae14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

image-kit-java-core/src/main/kotlin/io/imagekit/models/Transformation.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ private constructor(
405405
/**
406406
* Applies a color tint to the image. Accepts color and intensity as optional parameters.
407407
* - `co-color` - Color to apply (e.g., `red`, `blue`, `FF0022`). Default is gray color.
408-
* - `in-intensity` - Intensity of the color (0-100). Default is 35. See
408+
* - `in-intensity` - Intensity of the color (0-100). Default is 100. See
409409
* [Colorize](https://imagekit.io/docs/effects-and-enhancements#colorize---e-colorize).
410410
*
411411
* @throws ImageKitInvalidDataException if the JSON field has an unexpected type (e.g. if the
@@ -1651,7 +1651,7 @@ private constructor(
16511651
/**
16521652
* Applies a color tint to the image. Accepts color and intensity as optional parameters.
16531653
* - `co-color` - Color to apply (e.g., `red`, `blue`, `FF0022`). Default is gray color.
1654-
* - `in-intensity` - Intensity of the color (0-100). Default is 35. See
1654+
* - `in-intensity` - Intensity of the color (0-100). Default is 100. See
16551655
* [Colorize](https://imagekit.io/docs/effects-and-enhancements#colorize---e-colorize).
16561656
*/
16571657
fun colorize(colorize: String) = colorize(JsonField.of(colorize))

0 commit comments

Comments
 (0)