Interface CreateSpriteOptionsRecolor

interface CreateSpriteOptionsRecolor {
    fromColor: string;
    toColor: string;
}

Properties

Properties

fromColor: string
toColor: string