Skip to content

Commit 85e9647

Browse files
committed
docs: update default value in description for intensity in colorize transformation
Stainless-Generated-From: 9bda78ab44c47293b6196375d527e3885df33e68
1 parent 5be896c commit 85e9647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/shared.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,7 @@ type TransformationParam struct {
43114311
//
43124312
// - `co-color` - Color to apply (e.g., `red`, `blue`, `FF0022`). Default is gray
43134313
// color.
4314-
// - `in-intensity` - Intensity of the color (0-100). Default is 35. See
4314+
// - `in-intensity` - Intensity of the color (0-100). Default is 100. See
43154315
// [Colorize](https://imagekit.io/docs/effects-and-enhancements#colorize---e-colorize).
43164316
Colorize param.Opt[string] `json:"colorize,omitzero"`
43174317
// Indicates whether the output image should retain the original color profile. See

0 commit comments

Comments
 (0)