kBackgroundColorAlpha top-level constant

int const kBackgroundColorAlpha

Alpha value used for background color transparency effects.

This constant defines the opacity level for background colors used in icon containers and progress bars. The value of 26 provides a subtle background tint that enhances readability without being overpowering.

Implementation

const kBackgroundColorAlpha = 26;