/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
//! Resolved color values.
usesuper::{Context, ToResolvedValue};
usecrate::properties::{PropertyId, ShorthandId}; usecrate::values::computed::color as computed; usecrate::values::generics::color as generics;
impl ToResolvedValue for computed::Color { // A resolved color value is (almost always) a rgba color, with currentcolor resolved. type ResolvedValue = Self;
impl ToResolvedValue for computed::CaretColor { // A resolved caret-color value is an rgba color, with auto resolving to // currentcolor. type ResolvedValue = computed::Color;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.