[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["`ColorType` defines the various types of colors that can be used."],["There are three main color types: `UNSUPPORTED`, `RGB`, and `THEME`, each with its own specific purpose and properties as described in the table."],["`RGB` colors are defined by their red, green, and blue color channels, allowing for a wide range of custom colors."],["`THEME` colors utilize the page's color scheme for dynamic and consistent styling."]]],["The core content defines three color types: `UNSUPPORTED`, `RGB`, and `THEME`. `UNSUPPORTED` represents a color type not recognized. `RGB` indicates a color determined by red, green, and blue channels. `THEME` signifies a color linked to a color scheme within a page. Each type is presented as an `Enum` with a corresponding description outlining its purpose.\n"]]