![]() |
API 0.9.5
|
#import <CPColorWheelColorPicker.h>
Inheritance diagram for CPColorWheelColorPicker:Instance Methods | |
| (void) | - brightnessSliderDidChange: |
| (void) | - colorWheelDidChange: |
| (int) | - currentMode |
| (id) | - initView |
| (id) | - initWithPickerMask:colorPanel: |
| (CPImage) | - provideNewAlternateButtonImage |
| (CPImage) | - provideNewButtonImage |
| (CPView) | - provideNewView: |
| (void) | - setColor: |
| (BOOL) | - supportsMode: |
| (void) | - updateColor |
Definition at line 95 of file CPColorPicker.j.
| - (void) brightnessSliderDidChange: | (id) | sender |
Definition at line 137 of file CPColorPicker.j.
| - (void) colorWheelDidChange: | (id) | sender |
Definition at line 142 of file CPColorPicker.j.
| - (int) currentMode |
Definition at line 169 of file CPColorPicker.j.
| - (id) initView |
Definition at line 109 of file CPColorPicker.j.
| - (id) initWithPickerMask: | (int) | aMask | |
| colorPanel: | (CPColorPanel) | aPanel | |
Initializes the color picker.
| aMask | a unique unsigned int identifying your color picker |
| aPanel | the color panel that owns this picker |
Reimplemented from CPColorPicker.
Definition at line 104 of file CPColorPicker.j.
| - (CPImage) provideNewAlternateButtonImage |
Definition at line 201 of file CPColorPicker.j.
| - (CPImage) provideNewButtonImage |
Reimplemented from CPColorPicker.
Definition at line 196 of file CPColorPicker.j.
| - (CPView) provideNewView: | (BOOL) | initialRequest |
Definition at line 174 of file CPColorPicker.j.
| - (void) setColor: | (CPColor) | aColor |
Sets the picker's color.
| aColor | the new color for the picker |
Reimplemented from CPColorPicker.
Definition at line 182 of file CPColorPicker.j.
| - (BOOL) supportsMode: | (int) | mode |
Definition at line 164 of file CPColorPicker.j.
| - (void) updateColor |
Definition at line 147 of file CPColorPicker.j.