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
  • ...arAreaColor ( area ) -- get the color of 'area' and store it in 'r', 'g', 'b' and 'a' if r == 0 and g == 255 and b == 0 then -- if the radar area is ful
    1 KB (189 words) - 17:35, 26 November 2014
  • bool textItemSetColor ( textitem theTextItem, int r, int g, int b, int a ) ...eTextItem ) -- get the text color and store it in the variables 'r', 'g', 'b' and 'a'
    1 KB (181 words) - 21:15, 29 October 2023
  • This function convert the R,G,B color codes to hexadecimal. function rgb2hex(r,g,b)
    1 KB (205 words) - 05:45, 20 December 2017
  • sockWrite(socket,"USER mta mta * :Bot\r\n") sockWrite(socket,"NICK mta\r\n")
    1 KB (170 words) - 22:26, 15 January 2022
  • ...eTextItem ) -- get the text color and store it in the variables 'r','g','b' and 'a' if ( r == 0 ) and ( g == 255 ) and ( b == 0 ) then -- if the color is green
    1 KB (156 words) - 21:15, 29 October 2023
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    1 KB (190 words) - 15:33, 11 April 2022
  • local r, g, b = getVehicleHeadLightColor(vehicle) -- We get the vehicle head lights outputChatBox("Your vehicle lights color are: ".. r ..", ".. g ..", ".. b) -- We output them to the chatbox.
    2 KB (245 words) - 14:21, 7 June 2015
  • *'''notSplitColor :''' Whether to split color into r,g,b and a instead of a single number. local r,g,b,a = DGS:dgsGridListGetItemColor ( numberList, row, column )
    2 KB (222 words) - 14:10, 18 January 2018
  • sockWrite(socket,"USER mta mta * :Bot\r\n") sockWrite(socket,"NICK mta\r\n")
    2 KB (194 words) - 17:45, 15 January 2022
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (202 words) - 22:24, 15 January 2022
  • ...utChatBox("Sky gradient colors are R: "..r1.." G: "..g1.." B: "..b1.." and R: "..r2.." G: "..g2.." B: "..b2)
    815 bytes (113 words) - 18:48, 26 February 2012
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (209 words) - 22:23, 15 January 2022
  • ***''color1:'' A number ranges from 0 to 255, indicates the R (red) value of the color. local R,G,B,A = DGS:dgsColorPickerGetColor(cp,"RGB")
    2 KB (268 words) - 09:37, 26 July 2019
  • ...elementToAttachTo [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ), fl * '''r''': An integer number representing the amount of red to use in the colourin
    4 KB (456 words) - 19:31, 4 April 2018
  • === Rückgabe === -- Speichert die Farben des Blips in die Variablen r,b,g,a ein
    1 KB (179 words) - 05:22, 21 July 2014
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (233 words) - 17:37, 15 January 2022
  • sockWrite(socket,'USER mta mta * :Bot\r\n') sockWrite(socket,'NICK mta\r\n')
    2 KB (230 words) - 17:43, 15 January 2022
  • local R, G, B, A = getMarkerColor( hitMarker ) if R == 255 and G == 255 and B == 255 then
    2 KB (221 words) - 07:45, 4 November 2020
  • <syntaxhighlight lang="lua">bool setMarkerColor ( marker theMarker, int r, int g, int b, int a )</syntaxhighlight> *'''r:''' كمية الأحمر في اللون النهائي (0 to 255).
    1 KB (66 words) - 19:33, 8 February 2016
  • <syntaxhighlight lang="lua">function addGlassParticle(cmd,r,g,b,a,scale,count) if r and g and b then
    1 KB (194 words) - 10:00, 21 June 2019
  • int r,g,b,a dxGetPixelColor( string pixels, int x, int y ) ==Visszatérési érték==
    2 KB (223 words) - 13:24, 27 November 2018
  • function C(n,r) return fac(n)/(fac(r)*fac(n-r))
    1 KB (157 words) - 14:13, 23 January 2021
  • local r, g, b = getPlayerNametagColor ( player ) -- We get the player nametag color guiGridListSetItemColor ( playerList, row, column, r, g, b ) -- We set the grid list item color to the returned values of getPla
    2 KB (275 words) - 21:13, 7 November 2018
  • r,g,b = getTeamColor(playerTeam) if r and g and b then
    2 KB (272 words) - 19:37, 4 April 2018
  • ...tChatBoxWithEnter ( string text [, element visibleTo=getRootElement(), int r=231, int g=217, int b=176, bool colorCoded=false ] )</syntaxhighlight> *'''r:''' Liczba określająca ilość "czerwieni" w kolorze tekstu. Domyślna wa
    4 KB (641 words) - 20:39, 23 March 2018
  • <syntaxhighlight lang="lua">bool setMarkerColor ( marker theMarker, int r, int g, int b, int a )</syntaxhighlight> *'''r:''' The amount of red in the final color (0 to 255).
    951 bytes (131 words) - 13:01, 10 October 2023
  • ..., float y, float z [, string theType = "checkpoint", float size = 4.0, int r = 0, int g = 0, int b = 255, int a = 255, visibleTo = getRootElement( ) ] ) * '''r''': (0 - 255)نسبة اللون الاحمر بالماركر بين.
    3 KB (179 words) - 14:03, 8 November 2016
  • function blockPM(msg,r) if (getPlayerName(r) == "Bob") then -- If they sent a PM to "Bob"
    1 KB (160 words) - 09:01, 4 November 2020
  • local r, g, b r, g, b = getTeamColor ( playerTeam )
    2 KB (232 words) - 06:51, 12 July 2014
  • Meta.xml'ye <oop>true</oop> eklemeniz lazımdır. function mesajVer( metin, element, r,g,b, durum )
    2 KB (284 words) - 19:16, 15 May 2017
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)