FUIColorStyle
public enum FUIColorStyle : Int
Color styles for Fiori Design Language Palette:
- primary1 (light background)
Hex color: 3F3A3A
- primary1 (dark background)
Hex color: FFFFFF
- primary2 (light background)
Hex color: 4E4E52
- primary2 (dark background)
Hex color: D3D3D3
- primary3
Hex color: 76767B
- primary4
Hex color: CCCCCC
- primary5
Hex color: F2F2F2
- primary6
Hex color: FFFFFF
- primary7
Hex color: 5E6972
- primary9
Hex color: F9F9F9
- tintColor (light background)
Hex color: 3678AF
- tintColor (dark background)
Hex color: CAE4FB
- tintColorLight
Hex color: CAE4FB
- tintColorDark
Hex color: 3678AF
- tintColorTapState (light background)
Hex color: 295171
- tintColorTapState (dark background)
Hex color: 6191BA
- tintColorTapStateLight
Hex color: 6191BA
- tintColorTapStateDark
Hex color: 295171
- navigationBar
Hex color: 445E75
- backgroundGradientTop
Hex color: 445E75
- backgroundGradientBottom
Hex color: 3F566B
- backgroundBase
Hex color: E8E8ED
- cellBackgroundTapState
Hex color: F2F2F7
- line
Hex color: E8E8ED
- chart1 (light background)
Hex color: 5899DA
- chart1 (dark background)
Hex color: 74B3F0
- chart2
Hex color: E8743B
- chart3
Hex color: 19A979
- chart4
Hex color: ED4A7B
- chart5
Hex color: 945ECF
- chart6
Hex color: 13A4B4
- chart7
Hex color: 525DF4
- chart8
Hex color: BF399E
- chart9
Hex color: 6C8893
- chart10
Hex color: EE6868
- chart11
Hex color: 2F6497
- negative (light background)
Hex color: D9364C
- negative (dark background)
Hex color: FF9B9B
- critical (light background)
Hex color: FFA325
- critical (dark background)
Hex color: FFDB79
- positive (light background)
Hex color: 3A835B
- positive (dark background)
Hex color: 8EF79F
- map1
Hex color: 2E4A62
- map2
Hex color: 56840E
- map3
Hex color: A63788
- map4
Hex color: 0079C6
- map5
Hex color: 6B4EA0
- map6
Hex color: A16B00
- map7
Hex color: 0B6295
- map8
Hex color: D0R774
- map9
Hex color: 1C857A
- map10
Hex color: C45300
- esriEdit
Hex color: 1B6DD2
-
Standard text color, with variants for light and dark background color schemes. (light background)
Hex color: 3F3A3A (dark background)
Hex color: FFFFFF
Declaration
Swift
case primary1
-
Standard secondary text color, with variants for light and dark background color schemes. (light background)
Hex color: 4E4E52 (dark background)
Hex color: D3D3D3
Declaration
Swift
case primary2
-
Standard secondary text color, used only on light background schemes.
Hex color: 76767B
Declaration
Swift
case primary3
-
Standard background and accent color, used in any background scheme.
Hex color: CCCCCC
Declaration
Swift
case primary4
-
Standard background and accent color, used in any background scheme.
Hex color: F2F2F2
Declaration
Swift
case primary5
-
Standard background and accent color, used in any background scheme.
Hex color: FFFFFF
Declaration
Swift
case primary6
-
Neutral text color, for use in banner messages.
Hex color: 5E6972
Declaration
Swift
case primary7
-
Standard background and accent color, used in any background scheme.
Hex color: F9F9F9
Declaration
Swift
case primary9
-
Wraps
tintColorLight
andtintColorDark
UseUIColor.preferredFioriColor(forStyle:background:)
to select appropriate variant.Declaration
Swift
case tintColor
-
Default Fiori
tintColor
, for dark background.Hex color: CAE4FB
Declaration
Swift
case tintColorLight
-
Default Fiori
tintColor
, for light background scheme. May be used as text color.Hex color: 3678AF
Declaration
Swift
case tintColorDark
-
Wraps
tintColorTapStateLight
andtintColorTapStateDark
UseUIColor.preferredFioriColor(forStyle:background:)
to select appropriate variant.Declaration
Swift
case tintColorTapState
-
Tap state (
UIControlState.highlighted
) color for control withtintColor
equal totintColorLight
. Should not be used as text color.Hex color: 6191BA
Declaration
Swift
case tintColorTapStateLight
-
Tap state (
UIControlState.highlighted
) color for control withtintColor
equal totintColorDark
. May be used as text color.Hex color: 295171
Declaration
Swift
case tintColorTapStateDark
-
Standard color for
UINavigationBar
in Fiori style.Hex value: 445E75
Declaration
Swift
case navigationBar
-
Top color for gradient, originating at Fiori-styled
UINavigationBar
.Hex value: 445E75
Declaration
Swift
case backgroundGradientTop
-
Bottom color for standard gradient, originating at Fiori-styled
UINavigationBar
.Hex color: 3F566B
Declaration
Swift
case backgroundGradientBottom
-
Standard iOS background color.
Hex value: E8E8ED
Declaration
Swift
case backgroundBase
-
- cellBackgroundTapState
Hex color: F2F2F7
Declaration
Swift
case cellBackgroundTapState
- cellBackgroundTapState
-
Standard iOS cell separator line color.
Hex color: E8E8ED
Declaration
Swift
case line
-
Standard text color, with variants for light and dark background color schemes. Use
UIColor.preferredFioriColor(forStyle: background:)
to select appropriate variant. (light background)Hex color: 5899DA (dark background)
Hex color: 74B3F0
Declaration
Swift
case chart1
-
Hex color: E8743B
Declaration
Swift
case chart2
-
Hex color: 19A979
Declaration
Swift
case chart3
-
Hex color: ED4A7B
Declaration
Swift
case chart4
-
Hex color: 945ECF
Declaration
Swift
case chart5
-
Hex color: 13A4B4
Declaration
Swift
case chart6
-
Hex color: 525DF4
Declaration
Swift
case chart7
-
Hex color: BF399E
Declaration
Swift
case chart8
-
Hex color: 6C8893
Declaration
Swift
case chart9
-
Hex color: EE6868
Declaration
Swift
case chart10
-
Hex color: 2F6497
Declaration
Swift
case chart11
-
Semantic color for
negative
(bad) value, with variants for light and dark background color schemes. (light background)Hex color: D9364C (dark background)
Hex color: FF9B9B
Declaration
Swift
case negative
-
Semantic color for
critical
(risky) value, with variants for light and dark background color schemes. (light background)Hex color: FFA325 (dark background)
Hex color: FFDB79
Declaration
Swift
case critical
-
Semantic color for
positive
(good) value, with variants for light and dark background color schemes. (light background)Hex color: 3A835B (dark background)
Hex color: 8EF79F
Declaration
Swift
case positive
-
Hex color: 2E4A62
Declaration
Swift
case map1
-
Hex color: 56840E
Declaration
Swift
case map2
-
Hex color: A63788
Declaration
Swift
case map3
-
Hex color: 0079C6
Declaration
Swift
case map4
-
Hex color: 6B4EA0
Declaration
Swift
case map5
-
Hex color: A16B00
Declaration
Swift
case map6
-
Hex color: 0B6295
Declaration
Swift
case map7
-
Hex color: D0R774
Declaration
Swift
case map8
-
Hex color: 1C857A
Declaration
Swift
case map9
-
Hex color: C45300
Declaration
Swift
case map10
-
Hex color: 1B6DD2
Declaration
Swift
case esriEdit