[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]