IHeadOverlay
Interface Definition
ts
interface IHeadOverlay {
    readonly index: number;
    readonly opacity: number;
    readonly colorType: number;
    readonly colorIndex: number;
    readonly secondColorIndex: number;
};