Skip to content

Commit a67b14e

Browse files
committed
docs: update default value in description for intensity in colorize transformation
Stainless-Generated-From: a1080bed6a778947407da110b0e3ad8b21547b7e
1 parent 8a8a923 commit a67b14e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/imagekitio/types/shared/transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Transformation(BaseModel):
144144
145145
- `co-color` - Color to apply (e.g., `red`, `blue`, `FF0022`). Default is gray
146146
color.
147-
- `in-intensity` - Intensity of the color (0-100). Default is 35. See
147+
- `in-intensity` - Intensity of the color (0-100). Default is 100. See
148148
[Colorize](https://imagekit.io/docs/effects-and-enhancements#colorize---e-colorize).
149149
"""
150150

src/imagekitio/types/shared_params/transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class Transformation(TypedDict, total=False):
142142
143143
- `co-color` - Color to apply (e.g., `red`, `blue`, `FF0022`). Default is gray
144144
color.
145-
- `in-intensity` - Intensity of the color (0-100). Default is 35. See
145+
- `in-intensity` - Intensity of the color (0-100). Default is 100. See
146146
[Colorize](https://imagekit.io/docs/effects-and-enhancements#colorize---e-colorize).
147147
"""
148148

0 commit comments

Comments
 (0)