×
Create a new article
Write your page title here:
We currently have 277 articles on Waste Of Space Wiki. Type your article name above or create one of the articles listed here!



    Waste Of Space Wiki

    Module:GetPartInfo: Difference between revisions

    Content deleted Content added
    mNo edit summary
    m yet another fix for color handling
    Line 243: Line 243:
    if field == "DefaultColor" then
    if field == "DefaultColor" then
    local rgb = (rgbtable[1] * 0x10000) + (rgbtable[2] * 0x100) + rgbtable[3]
    local rgb = (rgbtable[1] * 0x10000) + (rgbtable[2] * 0x100) + rgbtable[3]
    local webcolor = "#" .. string.format("%x", rgb)
    local webcolor = string.format("%x", rgb)

    if string.len(webcolor) < 6 then
    while string.len(webcolor) < 6 do
    webcolor = "00" .. webcolor
    webcolor = "00" .. webcolor
    end
    end

    webcolor = "#" .. webcolor


    if rgbtable[1] > 76.5 or rgbtable[2] > 76.5 or rgbtable[3] > 76.5 then
    if rgbtable[1] > 76.5 or rgbtable[2] > 76.5 or rgbtable[3] > 76.5 then
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.

    Recent changes

  • Jo857294 • 14 hours ago
  • 116.111.185.163 • 13 days ago
  • 116.111.185.163 • 13 days ago
  • 116.111.185.163 • 13 days ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.