X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Flib%2Fcolor.h;h=7636b65604df3536f7179f30de681ac61ae12cb6;hp=8d11558f94e0de3882c0b90b16b010e082c32566;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=af8cae4e6ffd844fa32f28207cd1d5ce44593e4c diff --git a/src/lib/color.h b/src/lib/color.h index 8d11558..7636b65 100644 --- a/src/lib/color.h +++ b/src/lib/color.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -19,15 +19,7 @@ #ifndef _PSENSOR_COLOR_H_ #define _PSENSOR_COLOR_H_ -/* - * Represents a RGB color. - * - * Contains integer and floating RGB representation to avoid useless - * conversion. - * - * Uses color_set to maintain the coherence of the both - * representation. - */ +/* Represents a RGB color. */ struct color { /* rgb floating 0..1 */ double red;