Class: ColorPaletteView

ColorPaletteView()

A view that allows the user to select colors to form a color palette/scheme

Constructor

new ColorPaletteView()

Source:

Extends

  • Backbone.View

Members

className :string

The HTML classes to use for this view's element
Type:
  • string
Source:

events :Object

The events this view will listen to and the associated function to call.
Type:
  • Object
Source:

type :string

The type of View this is
Type:
  • string
Source:

Methods

initialize(options)

Creates a new ColorPaletteView
Parameters:
Name Type Description
options Object A literal object with options to pass to the view
Source:

render()

Renders this view
Source: