From 3a1f8a2ac7832d950de5c4ac64c4b678ba06d723 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sat, 2 Nov 2019 12:46:58 +0100 Subject: [PATCH] Fix docstring --- orx-jumpflood/src/main/kotlin/JumpFlood.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-jumpflood/src/main/kotlin/JumpFlood.kt b/orx-jumpflood/src/main/kotlin/JumpFlood.kt index 739fec56..8d606dc2 100644 --- a/orx-jumpflood/src/main/kotlin/JumpFlood.kt +++ b/orx-jumpflood/src/main/kotlin/JumpFlood.kt @@ -115,7 +115,7 @@ private fun encodeDecodeBitmap(drawer: Drawer, preprocess: Filter, decoder: Filt /** * Creates a color buffer containing the coordinates of the nearest centroids - * @param bitmap a ColorBuffer with centroids in white + * @param bitmap a ColorBuffer with centroids in red (> 0) */ fun centroidsFromBitmap(drawer: Drawer, bitmap: ColorBuffer, jumpFlooder: JumpFlooder? = null,