[python/kandinsky] Added get_palette() function

This commit is contained in:
Laury
2021-08-31 16:17:36 +02:00
parent fb4fc4862d
commit 210a83b04d
14 changed files with 64 additions and 31 deletions

View File

@@ -62,6 +62,7 @@ PythonFloor = "Floor"
PythonFmod = "a modulo b"
PythonFrExp = "Mantissa and exponent of x: (m,e)"
PythonGamma = "Gamma function"
PythonGetPalette = "Get theme palette"
PythonGetPixel = "Return pixel (x,y) color"
PythonGetrandbits = "Integer with k random bits"
PythonGrid = "Toggle the visibility of the grid"