Class ColorPresets

Class Documentation

class ColorPresets

Public Static Attributes

Colors::RGB Red = {255, , }
Colors::RGB Green = {0, , }
Colors::RGB Blue = {0, , }
Colors::RGB White = {255, , }
Colors::RGB Black = {0, , }
Colors::RGB Orange = {255, , }
Colors::RGB Yellow = {255, , }
Colors::RGB Chartreuse = {128, , }
Colors::RGB Spring = {0, , }
Colors::RGB Cyan = {0, , }
Colors::RGB Azure = {0, , }
Colors::RGB Violet = {143, , }
Colors::RGB Magenta = {255, , }
Colors::RGB Rose = {255, , }
Colors::RGB Indigo = {75, , }
Colors::RGB Colorwheel = {ColorPresets::Red, , , , , , , , , , , }
Colors::RGB Rainbow = {ColorPresets::Red, , , , , , }
Palette Colorwheel_Palette = Palette(Colorwheel, )
Palette Rainbow_Palette = Palette(Rainbow, )