Definition at line 34 of file OOFlasherEntity.m.
◆ getCurrentColorComponents
| - (void) getCurrentColorComponents |
|
|
|
Extends class OOFlasherEntity.
Definition at line 1 of file OOFlasherEntity.m.
91{
92 [self setColor:[_colors objectAtIndex:_activeColor] alpha:_colorComponents[3]];
93}
◆ 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 foreach (specifier, colorSpecifiers)
82 {
84 }
85
86 _colors = [colors copy];
87}
OOColor * colorWithDescription:saturationFactor:(id description,[saturationFactor] float factor)
The documentation for this category was generated from the following file: