Skip to content

Splash filter doesn't work with colors that have all RGB values at less than 0x60 #184

@shemetz

Description

@shemetz

When using the Repeatable Wounds macro:

let params =
    [{
        filterType: "splash",
        filterId: "mySplash",
        rank:5,
        color: 0x990505,
        padding: 0,
        time: Math.random()*1000,
        seed: Math.random(),
        splashFactor: 1,
        spread: 1,
        blend: 1,
        dimX: 1,
        dimY: 1,
        cut: false,
        textureAlphaBlend: true,
        anchorX: 0.5,
        anchorY: 0.5,
    }];

The color 0x990505 creates a red bloodstain.

The color 0x600505 creates a dark red bloodstain.

The color 0x590505 creates an invisible bloodstain, and isn't visible at all. This is a bug!

Same bugs happen with e.g. 0x000060 vs 0x000059.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions