-
-
Notifications
You must be signed in to change notification settings - Fork 4
unhex_
villares edited this page May 24, 2020
·
4 revisions
String hs = "FF006699";
int hi = unhex(hs);
fill(hi);
rect(30, 20, 55, 55);
Converte uma representação em String de um número hexadecimal em seu equivalente valor inteiro.
unhex(str)
Parâmetros str String
int
Web & Applicações
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle