Skip to content

Commit

Permalink
Added clarification to RGBA and ARGB
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-svedenborg committed Oct 25, 2015
1 parent 7295de3 commit 4bf2d5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion formats/px_fmt/ARGB8888
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
##########################################
# RGBA8888 #
##########################################
#
# Byte order of RGBA8888 is:
# Low byte: A
# Next increasing byte address: R
# Next increasing byte address: G
# Next increasing byte address: B
##########################################

{
Expand Down
6 changes: 5 additions & 1 deletion formats/px_fmt/RGBA8888
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
##########################################
# RGBA8888 #
##########################################
#
# Byte order of RGBA8888 is:
# Low byte: R
# Next increasing byte address: G
# Next increasing byte address: B
# Next increasing byte address: A
##########################################

{
Expand Down

0 comments on commit 4bf2d5c

Please sign in to comment.