Interface PresetItem

interface PresetItem {
    fill: number[];
    main: number[];
}

Properties

Properties

fill: number[]
main: number[]