Inherits from SCField : NSObject
Declared in SCColorPickerField.h

Overview

The SCColorPickerField object identifies a Sitecore system item’s “Color Picker” field.
The field with [SCField type] is equal to “Color Picker” has the SCColorPickerField type.

It provides a getter for the “Color Picker” color.

Tasks

Properties

fieldValue

The value of the field. [SCColorPickerField fieldValue] is UIColor object. [SCColorPickerField fieldValue] property represents [SCField rawValue] as UIColor object.

@property (nonatomic, readonly) id fieldValue

Discussion

The value of the field. [SCColorPickerField fieldValue] is UIColor object. [SCColorPickerField fieldValue] property represents [SCField rawValue] as UIColor object.

Declared In

SCColorPickerField.h