Skip to content

Commit

Permalink
add(blitbuffer): COLOR_GREY & COLOR_LIGHT_GREY
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Jan 31, 2016
1 parent e7c0c2f commit 8b75154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffi/blitbuffer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,8 @@ end
-- some generic color values:
BB.COLOR_BLACK = Color8(0)
BB.COLOR_WHITE = Color8(0xFF)
BB.COLOR_GREY = Color8(0x80)
BB.COLOR_LIGHT_GREY = Color8(0xD0)

-- accessors for color types:
BB.Color4 = Color4L
Expand Down

0 comments on commit 8b75154

Please sign in to comment.