d3-thematika - v0.0.1
    Preparing search index...

    Interface PaletteRecommendation

    パレット推奨結果

    interface PaletteRecommendation {
        palette: ColorPalette;
        reason: string;
        score: number;
    }
    Index

    Properties

    Properties

    palette: ColorPalette

    推奨パレット

    reason: string

    推奨理由

    score: number

    スコア(0-100)