Use ubyte instead of int for SDL colors
commitb3fd4e9f2a67d4f740f7afc1f144f90c73fbe265
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:33:38 +0000 (8 19:33 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 00:33:38 +0000 (8 19:33 -0500)
tree66f7671ebadc913b64b076087c81326508737270
parentb6e756871b0d6fc18f5c8b6fbc334ca5a63e2c84
Use ubyte instead of int for SDL colors

In the constructors and other functions I built for `Color` and
`Color_Pair`, integers were used for the SDL color parameters, which
should have been unsigned shorts.
src/color.d