@jsfkit/types
    Preparing search index...

    Type Alias SrgbColor

    Standard sRGB colour space.

    type SrgbColor = {
        type: "srgb";
        value: string;
    }
    Index

    Properties

    Properties

    type: "srgb"
    value: string

    CSS-style hex, e.g. FF0000. Always six digits, always uppercase. No alpha channel.