[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-12-03 (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"]]