BLEND_MODES:
    | "inherit"
    | "normal"
    | "add"
    | "multiply"
    | "screen"
    | "darken"
    | "lighten"
    | "erase"
    | "color-dodge"
    | "color-burn"
    | "linear-burn"
    | "linear-dodge"
    | "linear-light"
    | "hard-light"
    | "soft-light"
    | "pin-light"
    | "difference"
    | "exclusion"
    | "overlay"
    | "saturation"
    | "color"
    | "luminosity"
    | "normal-npm"
    | "add-npm"
    | "screen-npm"
    | "none"
    | "subtract"
    | "divide"
    | "vivid-light"
    | "hard-mix"
    | "negation"
    | "min"
    | "max"
Various blend modes supported by Pixi