Share via


ColorTheme(Color[], Color[]) Constructor

Definition

Constructor of ColorTheme where you can specify color sets for the foreground and background. Depending on the Text a random color from the set gets selected. This makes it very easy to create a consistent look.

public ColorTheme (Xamarin.Forms.Color[] foregroundColors, Xamarin.Forms.Color[] backgroundColors);

Parameters

foregroundColors
Color[]

List of Color that can be picked from as foreground colors

backgroundColors
Color[]

List of Color that can be picked from as background colors

Applies to