tsParticles - v4.4.0
    Preparing search index...

    Color manager interface for parsing and converting colors

    interface IColorManager {
        accepts(input: string): boolean;
        handleColor(color: IColor): IRgb | undefined;
        handleRangeColor(color: IRangeColor): IRgb | undefined;
        parseString(input: string): IRgba | undefined;
    }
    Index
    • Checks if the manager accepts the given input string

      Parameters

      • input: string

      Returns boolean

      The boolean value