Search results

Jump to navigation Jump to search
  • ...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
View ( | ) (20 | 50 | 100 | 250 | 500)