Ticket #951 (new task)
replace _getRGBA with direct Color._rgba value
| Reported by: | ArcRiley | Owned by: | |
|---|---|---|---|
| Priority: | Medium | Milestone: | beta3 |
| Component: | soy.colors | Version: | Trunk |
| Keywords: | Cc: |
Description
Rewrite Color to use a float array for _rgba vs separate _r _g _b and _a floats.
Replace _getRGBA throughout the codebase to use this value directly or copy it as needed.
This may be related to #901, but will speed up color access regardless.
Change History
Note: See
TracTickets for help on using
tickets.
