Hi when making a custom exporter I output the isSolid. Currently any transparenct pixel will set this to false.
However is there a way I can change its behaviour to:
Show true if the pixels are fully opaque or transparent. eg alpha is 0 or 255
Show false if any of the pixels are inbetween. eg alpha is 1 - 254
Hope I explained that propperly !