X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/e46a2c7e43af9156a434d9cf41c2beb5b25b36d1..f61a5ebd00d4620af70c3780ba821f5af68def1c:/Model/include/rgb.h diff --git a/Model/include/rgb.h b/Model/include/rgb.h index 4a851e0..0feedc2 100644 --- a/Model/include/rgb.h +++ b/Model/include/rgb.h @@ -3,7 +3,7 @@ #ifndef _RGB_H_ #define _RGB_H_ -typedef unsigned char color; +typedef unsigned int color; /** Representación de un color en codificación RGB */ class RGB {