SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface AutoColorConfig

    Configuration for automatic color generation

    interface AutoColorConfig {
        enabled: boolean;
        saturation: number;
        lightness: number;
        algorithm: "golden-ratio" | "predefined-palette";
    }
    Index

    Properties

    enabled: boolean
    saturation: number
    lightness: number
    algorithm: "golden-ratio" | "predefined-palette"