#import <OADAdjustedColor.h>
Abgeleitet von OADColor.
Öffentliche Methoden | |
| (id) | - initWithBaseColor:adjustmentType:adjustmentParam:invert:invert128:gray: |
| (id) | - copyWithZone: |
| (void) | - dealloc |
| (id) | - baseColor |
| (int) | - adjustmentType |
| (unsigned char) | - adjustmentParam |
| (BOOL) | - invert |
| (BOOL) | - invert128 |
| (BOOL) | - gray |
Geschützte Attribute | |
| OADColor * | mBaseColor |
| int | mAdjustmentType |
| unsigned char | mAdjustmentParam |
| BOOL | mInvert |
| BOOL | mInvert128 |
| BOOL | mGray |
Definiert in Zeile 9 der Datei OADAdjustedColor.h.
| - (id) initWithBaseColor: | (id) | fp8 | ||
| adjustmentType: | (int) | fp12 | ||
| adjustmentParam: | (unsigned char) | fp16 | ||
| invert: | (BOOL) | fp20 | ||
| invert128: | (BOOL) | fp24 | ||
| gray: | (BOOL) | fp28 | ||
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Implementiert OADColor.
| - (void) dealloc |
Implementiert OADColor.
| - (id) baseColor |
| - (int) adjustmentType |
| - (unsigned char) adjustmentParam |
| - (BOOL) invert |
| - (BOOL) invert128 |
| - (BOOL) gray |
- (OADColor*) mBaseColor [protected] |
Definiert in Zeile 11 der Datei OADAdjustedColor.h.
- (int) mAdjustmentType [protected] |
Definiert in Zeile 12 der Datei OADAdjustedColor.h.
- (unsigned char) mAdjustmentParam [protected] |
Definiert in Zeile 13 der Datei OADAdjustedColor.h.
- (BOOL) mInvert [protected] |
Definiert in Zeile 14 der Datei OADAdjustedColor.h.
- (BOOL) mInvert128 [protected] |
Definiert in Zeile 15 der Datei OADAdjustedColor.h.
- (BOOL) mGray [protected] |
Definiert in Zeile 16 der Datei OADAdjustedColor.h.