Color of function - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: Color of function (/thread-10195.html) |
Color of function - Tyann - 02-18-2018 09:39 AM Bonjour j'ai vu cela quelque part mais je ne retrouve pas. Comment définir la couleur d'une fonction dans l'application Fonction depuis un programme ? Ensuite est-il possible de connaître la couleur d'une fonction déjà définie toujours depuis un programme ? Merci d'avance. Hello I saw this somewhere but I can not find it. How to define the color of a function in the Function application from a program? Then is it possible to know the color of a function already defined always from a program? Thank you in advance. RE: Color of function - Carlos295pz - 02-18-2018 11:04 AM F1(COLOR) → Function V1(COLOR) → Advanced Graphing H1(COLOR) → Statistics 2 Var S1(COLOR) → Statistics 2 Var FZ1(COLOR) → Graph3D {Color1,Color2} ... ... ... Capturing color Captured_color:=F1(COLOR); Assigning color F1(COLOR):=RGB(255,255,0); F1(COLOR):=#FFFF00; RE: Color of function - Tyann - 02-18-2018 05:08 PM Super ! Thank you Carlos295pz. |