Class ColorPresets

Class Documentation

class ColorPresets

Public Static Attributes

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