ImageJS
    Preparing search index...

    Interface GetColorsOptions

    interface GetColorsOptions {
        minValueFactor?: number;
        nbShades?: number;
    }
    Index

    Properties

    minValueFactor?: number

    Factor between 0 and 1 by which to multiply the maximal value of the color to obtain the minimum value.

    0.2

    nbShades?: number

    Number of shades to generate.

    6