playIconImageRules top-level constant

StoreImageRules const playIconImageRules

Play's app icon, the exception in both directions: it is the one slot that asks for an alpha channel, and it is still 8 bits per channel.

Implementation

const playIconImageRules = StoreImageRules(
  store: 'Play',
  alphaRule: '"32-bit PNG (with alpha)"',
  depthRule: '"32-bit PNG (with alpha)", which is 8 bits per channel',
  allowsAlpha: true,
);