[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 = "Partie entière"
PythonFmod = "a modulo b"
PythonFrExp = "Mantisse et exposant de x : (m,e)"
PythonGamma = "Fonction gamma"
PythonGetPalette = "Obtient la palette du thème"
PythonGetPixel = "Renvoie la couleur du pixel (x,y)"
PythonGetrandbits = "Nombre aléatoire sur k bits"
PythonGrid = "Affiche ou masque la grille"