X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/98871795be266e4ea8b4662737ac618ebee0fb79..b3b888e4ef034ddc35249ba97ea68ea3fb755ab2:/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 {