Interface ColorClue

interface ColorClue {
    type: Color;
    value: Color;
}

Properties

Properties

type: Color
value: Color