35 {
36 if (!layer->getXYMap().isRectangularGrid()) {
37 if (!
getXYMap().isRectangularGrid()) {
38 FASTLED_WARN(
"Blend2d has a xymap, but so does the Sub layer " << layer->fxName() <<
", the sub layer will have it's map replaced with a rectangular map, to avoid double transformation.");
40 }
41 }
42 uint8_t blurAmount = p.blur_amount;
43 uint8_t blurPasses = p.blur_passes;
44 Entry entry(layer, blurAmount, blurPasses);
46}
HeapVector< Entry > mLayers
static XYMap constructRectangularGrid(u16 width, u16 height, u16 offset=0)