INNER_BILAYER constant

Set<SurfaceLayer> const INNER_BILAYER

๐Ÿ‘“ Inner Bilayer

2x effect ๐Ÿคนโ€โ™‚๏ธ SurfaceFX filters:

Absent under ๐Ÿ“š SurfaceLayer.BASE, which will receive no blur.

Furthermore, the blur under the ๐Ÿ“š CHILD may appear doubled unless the ๐Ÿ”› Surface.padLayer != ๐Ÿ“š SurfaceLayer.CHILD and Surface.padding is non-negligible.

Implementation

static const INNER_BILAYER = <SurfaceLayer>{
  SurfaceLayer.MATERIAL,
  SurfaceLayer.CHILD,
};