Search results

Jump to navigation Jump to search
  • <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> * '''r''': The Red color value
    855 bytes (107 words) - 23:31, 20 May 2022
  • <syntaxhighlight lang="lua">RGBToDecimal( float r, float g, float b )</syntaxhighlight> * '''r''': O valor Red
    851 bytes (111 words) - 23:30, 20 May 2022
  • r = dgsColorPickerCreateComponentSelector(500,200,200,10,true,false) dgsBindToColorPicker(r,cp,"RGB","R",true)
    760 bytes (85 words) - 10:47, 26 July 2019
  • local a,r,g,b r = int%256
    892 bytes (118 words) - 03:00, 3 September 2023
  • local a,r,g,b r = int%256
    1 KB (135 words) - 03:00, 3 September 2023
  • local r, g, b = math.random(255), math.random(255), math.random(255) -- R
    2 KB (188 words) - 16:53, 3 April 2021
  • <syntaxhighlight lang="lua">team getTeamFromColor ( int r, int g, int b)</syntaxhighlight> * '''r''': The red color.
    1 KB (163 words) - 11:23, 28 September 2013
  • local r, g, b, factor r, g, b = -(length - 440)/(440 - 380), 0, 1
    1 KB (163 words) - 21:51, 16 January 2013
  • bool setLightColor ( light theLight, float r, float g, float b ) function(cmd, r, g, b)
    780 bytes (97 words) - 21:12, 7 May 2017
  • ==Źródło== local r, g, b
    1 KB (176 words) - 19:35, 4 April 2018
  • local str,r = "",n%16 if n-r == 0 then str = hexnums[r+1]
    1 KB (142 words) - 15:39, 7 September 2018
  • function RGBToHSV(r, g, b) local r = r / 255
    1 KB (198 words) - 23:54, 2 January 2022
  • local r,g,b,a = getWaterColor () if ( r and g and b and a ) then -- If color is true
    2 KB (280 words) - 15:02, 7 August 2016
  • Returns a r, g, b, a colors. local r = bitExtract ( color, 16, 8 )
    634 bytes (78 words) - 15:07, 6 August 2021
  • <syntaxhighlight lang="lua">bool isMouseInCircle(int x, int y, int r)</syntaxhighlight> * '''r''': The circle radius
    852 bytes (112 words) - 09:49, 29 October 2016
  • Returns R, G, B, A colors if successful, otherwise false. local r = tonumber('0x'..hex:sub(5,6))
    2 KB (265 words) - 14:18, 27 August 2021
  • ...bout the player who activated the command handler into the local variables r, g, b. local r, g, b = getPlayerNametagColor ( thePlayer )
    1 KB (168 words) - 03:06, 1 April 2016
  • function commandSetSunColor(player, command, r, g, b, r2, g2, b2) local r, g, b, r2, g2, b2 = tonumber(r), tonumber(g), tonumber(b), tonumber(r2), tonumber(g2), tonumber(b2)
    1 KB (223 words) - 19:24, 14 March 2011
  • ...bout the player who activated the command handler into the local variables r, g, b. local r, g, b = getPlayerNametagColor ( thePlayer )
    1 KB (212 words) - 00:59, 13 November 2015
  • local R, G, B, A = getMarkerColor( hitMarker )-- نجلب لون الماركر if R == 255 and G == 255 and B == 255 then
    1 KB (88 words) - 18:30, 8 February 2016
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)