diff --git a/Scripts/Functions/Render/render_svg_convertGplToHex.sh b/Scripts/Functions/Render/render_svg_convertGplToHex.sh
index 141897f..e337331 100755
--- a/Scripts/Functions/Render/render_svg_convertGplToHex.sh
+++ b/Scripts/Functions/Render/render_svg_convertGplToHex.sh
@@ -51,7 +51,7 @@ function render_svg_convertGplToHex {
     fi
 
     # Define list of colors from GPL palette.
-    local COLORS=$(render_getColors "$PALETTE_GPL")
+    local COLORS=$(render_svg_getColors "$PALETTE_GPL")
 
     # Verify number of colors returned in the list.
     if [[ ! $(echo "$COLORS" |  wc -l) =~ $COLOR_NUMBER ]];then