Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Jan 15, 2025
1 parent 48ff05c commit 1d534b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coil-core/src/commonMain/kotlin/coil3/ColorImage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import coil3.annotation.ExperimentalCoilApi
* to a positive value to draw a square with those dimensions.
*
* @param color The ARGB hex color to draw with the format `0xAARRGGBB.toInt()`.
* Tip: Use Compose's color class, e.g. `ColorImage(Color.Black.toArgb())`.
* Tip: Use Compose's color class: `ColorImage(Color.Black.toArgb())`.
* @param width See [Image.width].
* @param height See [Image.height].
* @param size See [Image.size].
Expand Down

0 comments on commit 1d534b4

Please sign in to comment.