A downloadable learn ursina

Hello,

Are you bored of finding rgb values for ursina engine.


This tool will help you with many different diffent colors

-Pratangsu


the colors this tool provides with there rgb code are - 


white = color.rgb(255, 255, 255)
white_pink = color.rgb(255, 204, 229)
white_fancy_blue = color.rgb(153, 153, 255)
white_blue = color.rgb(153, 204, 255)
white_cyan = color.rgb(102, 255, 255)
white_green = color.rgb(153, 255, 204)
white_yellow = color.rgb(255, 255, 204)
white_orange = color.rgb(255, 204, 153)
white_red = color.rgb(255, 153, 153)
light_red = color.rgb(255, 51, 51)
light_orange = color.rgb(255, 136, 77)
light_yellow = color.rgb(255, 255, 102)
light_green = color.rgb(102, 255, 51)
light_cyan = color.rgb(77, 255, 136)
light_blue = color.rgb(102, 255, 255)
light_fancy_blue = color.rgb(102, 102, 255)
light_megenta = color.rgb(204, 102, 255)
light_fancy_pink = color.rgb(255, 128, 213)
blue_flame = color.rgb(0,94,136)
navy_blue = color.rgb(0, 0, 102)
fade_blue = color.rgb(102, 153, 153)
fancy_orange = color.rgb(204, 51, 0)
fancy_pink = color.rgb(255,0,67)
perfect_brown = color.rgb(113, 41, 10)
smoke =         color.rgb(0, 0, 0.96)
light_gray =    color.rgb(0, 0, 0.75)
gray =          color.rgb(0, 0, 0.5)
dark_gray =     color.rgb(0, 0, 0.25)
black =         color.rgb(0, 0, 0)
red =           color.rgb(0, 1, 1)
orange =        color.rgb(30, 1, 1)
yellow =        color.rgb(60, 1, 1)
lime =          color.rgb(90, 1, 1)
green =         color.rgb(120, 1, 1)
turquoise =     color.rgb(150, 1, 1)
cyan =          color.rgb(180, 1, 1)
azure =         color.rgb(210, 1, 1)
blue =          color.rgb(240, 1, 1)
violet =        color.rgb(270, 1, 1)
magenta =       color.rgb(300, 1, 1)
pink =          color.rgb(330, 1, 1)
light_brown = color.rgb(153, 102, 51)
fancy_brown = color.rgb(77, 51, 25)
brown =         color.rgb(153, 51, 51)
dark_brown = color.rgb(77, 25, 25)
olive =         color.rgb(128, 128, 0)
peach =         color.rgb(255, 218, 185)
silver = color.rgb(192,192,192)
gold =          color.rgb(255, 215, 0)
salmon =        color.rgb(250, 128, 114)
clear =         color.rgb(0, 0, 0, 0)
white10 =       color.rgb(1,1,1, 0.10)
white33 =       color.rgb(1,1,1, 0.33)
white50 =       color.rgb(1,1,1, 0.50)
white66 =       color.rgb(1,1,1, 0.66)
black10 =       color.rgb(0,0,0, 0.10)
black33 =       color.rgb(0,0,0, 0.33)
black50 =       color.rgb(0,0,0, 0.50)
black66 =       color.rgb(0,0,0, 0.66)
and many more.....

Thanks

Download

Download
color.py 2.2 kB

Install instructions

Click download and drag it to your python project

Leave a comment

Log in with itch.io to leave a comment.