fixed comment.
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 24 Aug 2014 09:38:44 +0000 (11:38 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 24 Aug 2014 09:38:44 +0000 (11:38 +0200)
src/lib/color.h

index 8d11558..2956654 100644 (file)
 #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;