Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzndr authored Jul 4, 2018
1 parent 6f4e83b commit 93fb779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int main()

// Our color-array we want to save. Every value is a pixel in the BMP.
// The top left pixel, will be the top left pixel in the BMP. In this example "crimson"
// will be to the left, "magenta" to the right, "coral" to the top, in between, and
// will be to the left, "magenta" to the right, "coral" to the top in between, and
// "cadetBlue" at the bottom in between "crimson" and "magenta".
rgb24_t pixels[] = { crimson, coral, magenta,
crimson, magenta, magenta,
Expand All @@ -47,7 +47,7 @@ int main()

# TYPES
* `byte_t` - One byte, 0x00 - 0xFF.
* `rgb24_t` - Three bytes, 0x000000 - 0xFFFFFF.
* `rgb24_t` - Three bytes, 0x000000 - 0xFFFFFF.

# FUNCTIOS
* `ArrayToBMP` - ArrayToBMP writes a BMP file to the destinated path.
Expand Down

0 comments on commit 93fb779

Please sign in to comment.