PT-BR/RGBToDecimal: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 May 2022

  • curprev 23:3023:30, 20 May 2022LODS talk contribs 851 bytes +851 Created page with "{{PT-BR/Função Útil}} Essa função converte uma cor em RGB para Decimal. ==Sintaxe== <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> ==Argumentos== * '''r''': O valor Red * '''g''': O valor Green * '''b''': O valor Blue ==Retorno== Retorna um inteiro convertido dos valores RGB especificados ==Código== <section name="Code" class="both" show="true"> <syntaxhighlight lang="lua"> function RGBToDecimal(r, g, b)..."