Edit in GitHubLog an issue

AepColor

Data class representing colors for both light and dark themes in Experience Platform UI components.

Public Properties

PropertyTypeDescription
light
The color to use in light theme mode.
dark
The color to use in dark theme mode.

Usage Example

Copied to your clipboard
import com.adobe.marketing.mobile.aepcomposeui.uimodels.AepColor
import androidx.compose.ui.graphics.Color
val unreadBgColor = AepColor(
light = Color(0xFFE3F2FD), // Light blue for light theme
dark = Color(0xFF1E3A5F) // Dark blue for dark theme
)
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2026 Adobe. All rights reserved.