Definition at line 34 of file OOFlasherEntity.m.
◆ getCurrentColorComponents
- (void) getCurrentColorComponents |
|
|
|
Extends class OOFlasherEntity.
Definition at line 1 of file OOFlasherEntity.m.
92{
93 [self setColor:[_colors objectAtIndex:_activeColor] alpha:_colorComponents[3]];
94}
◆ setUpColors:
- (void) setUpColors: |
|
(NSArray *) | colorSpecifiers |
|
Extends class OOFlasherEntity.
Definition at line 1 of file OOFlasherEntity.m.
77 :(NSArray *)colorSpecifiers
78{
79 NSMutableArray *colors = [NSMutableArray arrayWithCapacity:[colorSpecifiers count]];
81 NSEnumerator *specEnum = [colorSpecifiers objectEnumerator];
82 while ((specifier = [specEnum nextObject]))
83 {
85 }
86
87 _colors = [colors copy];
88}
OOColor * colorWithDescription:saturationFactor:(id description,[saturationFactor] float factor)
The documentation for this category was generated from the following file: