Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Fix link to getImageColors #12
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Nov 3, 2022
1 parent 204be5f commit 5678803
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,10 @@ class MagickWand : Closeable {
/**
* Gets the number of unique colors in the image.
*/
var getImageColors: Long
get() = magickGetImageColors()
@Throws(MagickWandException::class)
external fun getImageColors(): Long
private external fun magickGetImageColors(): Long

/**
* The filename associated with an image sequence.
Expand Down

0 comments on commit 5678803

Please sign in to comment.