Standard Colors List

From SDK
Jump to navigation Jump to search
Back.jpg

Standard Color Names and Values

   Color Name        Code Name           Red      Green    Blue
   ==============================================================
   -- Aqua  ----------------------------------------------------              
                     Aqua            = "0.20000, 0.80000, 0.80000"
   -- Black  ----------------------------------------------------              
                     Black           = "0.00000, 0.00000, 0.00000"
   -- Blue  -----------------------------------------------------              
                     Blue            = "0.00000, 0.00000, 1.00000"
   -- Blue Gray  -------------------------------------------------              
                     BlueGray        = "0.40000, 0.40000, 0.60000"
   -- Bright Green  ----------------------------------------------              
                     BrightGreen     = "0.00000, 1.00000" 0.00000"
   -- Brown  -----------------------------------------------------              
                     Brown           = "0.60000, 0.20000, 0.00000"
   -- Dark Blue  -------------------------------------------------              
                     DarkBlue        = "0.00000, 0.00000, 0.50200"
   -- Dark Green  ------------------------------------------------              
                     DarkGreen       = "0.00000, 0.20000, 0.00000"
   -- Dark Red  --------------------------------------------------              
                     DarkRed         = "0.50200, 0.00000, 0.00000"
   -- Dark Teal  -------------------------------------------------              
                     DarkTeal        = "0.00000, 0.20000, 0.40000"
   -- Dark Yellow  -----------------------------------------------              
                     DarkYellow      = "0.50200, 0.50200, 0.00000"
   -- Gold  ------------------------------------------------------              
                     Gold            = "1.00000, 0.80000, 0.00000"
   -- Gray-25%  --------------------------------------------------          
                     Gray25          = "0.75400, 0.75400, 0.75400"
   -- Gray-40%  --------------------------------------------------          
                     Gray40          = "0.60002, 0.60002, 0.60002"
   -- Gray-50%  --------------------------------------------------          
                     Gray50          = "0.50200, 0.50200, 0.50200"
   -- Gray-80%  --------------------------------------------------          
                     Gray80          = "0.20000, 0.20000, 0.20000"
   -- Green  -----------------------------------------------------             
                     Green           = "0.00000, 0.50200, 0.00000"
   -- Indigo  ----------------------------------------------------            
                     Indigo          = "0.20000, 0.20000, 0.60000"
   -- Lavender  --------------------------------------------------          
                     Lavender        = "0.80000, 0.60000, 1.00000"
   -- Light Blue  ------------------------------------------------        
                     LightBlue       = "0.20000, 0.40000, 1.00000"
   -- Light Green  -----------------------------------------------       
                     LightGreen      = "0.80000, 1.00000, 0.80000"
   -- Light Orange  ----------------------------------------------      
                     LightOrange     = "1.00000, 0.60000, 0.00000"
   -- Light Turquoise  -------------------------------------------   
                     LightTurquoise  = "0.80000, 1.00000" 1.00000"
   -- Light Yellow  ----------------------------------------------      
                     LightYellow     = "1.00000, 1.00000" 0.60000"
   -- Lime  ------------------------------------------------------              
                     Lime            = "0.60000, 0.80000, 0.00000"
   -- Olive Green  -----------------------------------------------       
                     OliveGreen      = "0.20000, 0.20000, 0.00000"
   -- Orange  ----------------------------------------------------            
                     Orange          = "1.00000, 0.40000, 0.00000"
   -- Pale-Blue  -------------------------------------------------         
                     PaleBlue        = "0.60000, 0.80000, 1.00000"
   -- Pink  ------------------------------------------------------              
                     Pink            = "1.00000, 0.00000, 1.00000"
   -- Plum  ------------------------------------------------------              
                     Plum            = "0.60000, 0.20000, 0.40000"
   -- Red  -------------------------------------------------------               
                     Red             = "1.00000, 0.00000, 0.00000"
   -- Rose  ------------------------------------------------------              
                     Rose            = "1.00000, 0.60000, 0.80000"
   -- Sea Green  -------------------------------------------------         
                     SeaGreen        = "0.20000, 0.60000, 0.40000"
   -- Sky Blue  --------------------------------------------------          
                     SkyBlue         = "0.00000, 0.80000, 1.00000"
   -- Tan  -------------------------------------------------------               
                     Tan             = "1.00000, 0.80000, 0.60000"
   -- Teal  ------------------------------------------------------              
                     Teal            = "0.00000, 0.50200, 0.50200"
   -- Turquoise  -------------------------------------------------         
                     Turquoise       = "0.00000, 1.00000, 1.00000"
   -- Violet  ----------------------------------------------------            
                     Violet          = "0.50200, 0.00000, 0.50200"
   -- White  -----------------------------------------------------             
                     White           = "1.00000, 1.00000, 1.00000"
   -- Yellow  ----------------------------------------------------          
                     Yellow          = "1.00000, 1.00000, 0.00000"
   ---------------------------------------------------------------
   local job       = VectricJob()
   local layer     = job.LayerManager:GetLayerWithName(MyLayerName)
                     layer:SetColor(ColorName)
   ---------------------------------------------------------------


Back.jpg

References

Please Note: The base material for the contents found in this WiKi was sourced from Vectric Lua Interface for Gadgets, version 10.0, published August 21, 2019. by Vectric Ltd. Most current document from Vertric can be downloaded at Vertric Developer Information