• Get Started
  • Documentation
  • Forums
  • Examples
  • Showcases
  • Integrations
  • Fuse
    • Getting Started
      • Supported platforms
      • Installation and quickstart
      • macOS installation
      • Windows installation
      • Introduction to Fuse
      • Introduction to Fuse Studio
      • Feature overview
    • Tutorial
      • Introduction
      • Step 1: Edit Hike view
      • Step 2: Multiple hikes
      • Step 3: Splitting up components
      • Step 4: Navigation and routing
      • Step 5: Mocking our Backend
      • Step 6: Tweaking the look/feel
      • Step 7: Splash screen
      • Step 8: Final thoughts
    • Development
      • UX Markup
        • Introduction
        • Componentization
        • Responsive Layout
        • Safe Layout
        • Declarative animation
        • Fuse for designers
        • Structuring app resources
        • Preview and export
        • Literals
        • Expressions
        • Names (ux:Name)
        • Classes (ux:Class)
        • Dependencies (ux:Dependency)
        • Properties (ux:Property)
        • Resources (ux:Key)
        • Globals (ux:Global)
        • Templates (ux:Template)
        • Binding (ux:Binding & ux:AutoBind)
        • Testing (ux:Test)
      • Built-in Components
        • Primitives
          • Introduction
          • Text
          • Rectangle
          • Circle
          • Curve
            • CurvePoint
          • Path
          • Image
          • Video
          • Sound
        • Controls
          • Introduction
          • Button
          • TextInput
          • TextView
          • Slider
          • Switch
          • CameraView
          • MapView
          • WebView
          • NativeViewHost
          • GraphicsView
        • Layouts
          • Introduction
          • Element
          • Panel
          • StackPanel
          • DockPanel
          • Grid
          • WrapPanel
          • ColumnLayout
          • CircleLayout
          • ScrollView
        • Navigation
          • Introduction
          • Page
          • PageControl
          • Router
          • Navigator
          • Transitions
        • Alive UX Kit
          • Introduction
          • Components
          • Themes
        • Charting
          • Introduction
          • Plot
          • DataSeries
          • PlotAxis
          • PlotData
          • PlotPoint
          • PlotBar
          • PlotCurvePoint
      • Triggers & Animation
        • Introduction
        • Transforms
        • Gestures
        • Animators
        • Timeline
        • Actions
        • Selection
        • StateGroups
        • MultiLayoutPanel
        • Busy
      • Effects
        • Introduction
        • DropShadow
        • Blur
        • Halftone
      • Resources
        • Introduction
        • Fonts
        • Image sources
        • Bundled files
        • Import from Sketch
        • Sketch symbols (Beta)
        • Import icon fonts
      • Scripting & Data Binding
        • Introduction
        • FuseJS
        • Model API
        • FuseJS (JavaScript) APIs
          • Polyfills
          • EventEmitter
          • FileSystem
          • Storage
          • Bundle
          • Lifecycle
          • InterApp
          • Share
          • HTTP
          • Working with REST APIs
          • Environment
          • Phone
          • Camera
          • CameraRoll
          • Vibration
          • GeoLocation
          • Push notifications
          • Local notifications
          • Sensors
          • Base64
          • Timer
          • ImageTools
          • Third-party modules
        • Observables API
          • Introduction
          • Full API reference
          • Patterns
        • Debugging
        • Data Binding
          • Introduction
          • Each
          • With
          • Match
            • Case
    • Platform Integration
      • Add Fuse to existing App
      • Native interop (Uno)
      • Native UX components
      • Native JS modules
      • Foreign code
      • Using 3rd party SDKs
      • Example Facebook login using foreign code
      • Build settings
      • Android Specifics
        • Gradle Support
        • Android permissions
        • Activity utils
        • Starting an Android Activity
      • IOS Specifics
        • iOS Capabilities
    • Technical corner
      • Introduction
      • Fuse plugin API
      • How preview works
      • UXL handbook
    • References
      • Project Reference (.unoproj file)
      • Full UX Class Reference
      • Uno Class Reference
      • FAQ
      • Community Packages

ColorScheme Enum

This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.
  • Jump to:
  • Table of Contents

Location

Namespace
Basic
Package
Fuse.BasicTheme 2.9.1

Possible Values

LightBlue
BlueGrey
Blue
Brown
Cyan
Amber
DeepOrange
DeepPurple
Green
Grey
Indigo
LightGreen
Lime
Orange
Pink
Purple
Red
Teal
Yellow
Show Uno properties and methods

Interface of ColorScheme

~ ColorScheme : ColorScheme uno
Amber : ColorScheme uno
Blue : ColorScheme uno
BlueGrey : ColorScheme uno
Brown : ColorScheme uno
ColorScheme - ColorScheme : ColorScheme uno
ColorScheme != ColorScheme : bool uno
ColorScheme & ColorScheme : ColorScheme uno
ColorScheme ^ ColorScheme : ColorScheme uno
ColorScheme == ColorScheme : bool uno
ColorScheme | ColorScheme : ColorScheme uno
Cyan : ColorScheme uno
DeepOrange : ColorScheme uno
DeepPurple : ColorScheme uno
Green : ColorScheme uno
Grey : ColorScheme uno
HasFlag(ColorScheme) : bool uno
Indigo : ColorScheme uno
LightBlue : ColorScheme uno
LightGreen : ColorScheme uno
Lime : ColorScheme uno
Orange : ColorScheme uno
Pink : ColorScheme uno
Purple : ColorScheme uno
Red : ColorScheme uno
Teal : ColorScheme uno
Yellow : ColorScheme uno

Inherited from object

Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno