CoreMedia CKEditor 5 Plugins
    Preparing search index...
    • Tries to get the color as object representation from the style declaration. If unset (or empty) returns undefined. Color names are returned as is. The same applies to values similar to color names, such as transparent or currentcolor.

      Parameters

      • style: CSSStyleDeclaration

        style declaration to get color from

      Returns string | RgbColor | undefined

      undefined for unset and/or unmatched color; string for color names or similar; RgbColor for parseable colors.