cmyCircles property
LavaPainterData
get
cmyCircles
Cyan, magenta, and yellow circles moving around like spotlights.
Recommended duration: 35 seconds
Recommended for light mode.
Implementation
static LavaPainterData get cmyCircles => LavaPainterData(
width: 175.0,
widthTolerance: 0.0,
growAndShrink: false,
growthRate: 0.0,
growthRateTolerance: 0.0,
blurLevel: 0.0,
numBlobs: 12,
backgroundColor: ColorSchemes.gentleWhiteBg,
colors: [
Color.fromARGB(128, 0, 255, 255),
Color.fromARGB(128, 255, 0, 255),
Color.fromARGB(128, 255, 255, 0),
],
allSameColor: false,
fadeBetweenColors: false,
changeColorsTogether: false,
speed: 20.0,
speedTolerance: 5.0,
);