Ticket #2094 (closed bug: fixed)
Bad rgb_color value on archiving BView
| Reported by: | shinta | Owned by: | axeld |
|---|---|---|---|
| Priority: | normal | Milestone: | R1 |
| Component: | Kits/Interface Kit | Version: | R1/pre-alpha1 |
| Keywords: | Cc: | ||
| Blocked By: | Platform: | x86 | |
| Blocking: |
Description
I archived and flattened a BView whose view color is R=0x01, G=0x02, B=0x03, A=0x00. When I viewed the flattened file with ViewIt, view color as int32 is 0x00030201 (order is ABGR).
In contrast, I got int32 value 0x01020300 (order is RGBA) in ZETA. Maybe, BeOS R5 is same with ZETA.
Haiku: r25000 (modified a bit for previous debugging) SHINTA
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

