+ (MUIColorfield *) colorfield
Default constructor
- (ULONG) blue
Set or get the 32-bit blue component of the fields color. Values range from 0 (no blue) to $ffffffff (full blue).
- (ULONG) green
Set or get the 32-bit green component of the fields color. Values range from 0 (no green) to $ffffffff (full green).
- (void) noNotifySetBlue:(ULONG)blue
- (void) noNotifySetGreen:(ULONG)green
- (void) noNotifySetRGB:(ULONG *)rgb
- (void) noNotifySetRed:(ULONG)red
- (ULONG) pen
When specified, the colorfield uses exactly this pen instead of trying to obtain a new one.
- (ULONG *) rGB
Set or get the red/green/blue values of a colorfield all at once. You pass in / receive a pointer to three longwords containing the 32-bit red, green and blue values.
- (ULONG) red
Set or get the 32-bit red component of the fields color. Values range from 0 (no red) to $ffffffff (full red).
- (void) setBlue:(ULONG)blue
- (void) setGreen:(ULONG)green
- (void) setRGB:(ULONG *)rgb
- (void) setRed:(ULONG)red