diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,8 +5,8 @@ DESCRIPTION libcolour is C library for colour space conversions. libcolour provides conversion between a large number of colour spaces, including many different RGB colour spaces. It also - supports encode and non-encoded representations. libcolour - futhermore provides access to custom RGB colour spaces. + supports encoded and non-encoded representations. libcolour + furthermore provides access to custom RGB colour spaces. To use libcolour, include the header file <libcolour.h> and link with -lcolour -lm. @@ -17,7 +17,7 @@ COLOUR MODELS typedef enum libcolour_model libcolour_model_t; - The colour models can listed using the macros + The colour models can be listed using the macros LIBCOLOUR_LIST_MODELS(IMACRO, TYPE_AFFIX) @@ -27,7 +27,7 @@ COLOUR MODELS where MACRO is the macro that shall be expanded, and TYPE_AFFIX shall be f, lf, or llf for float-typed, - double-typed, and long double-typed colour module stuctures, + double-typed, and long double-typed colour module structures, respectively. LIBCOLOUR_LIST_MODELS expands MACRO with three parameters: enum libcolour_model value of the colour model, typedef-name of struct used to store colours of the colour @@ -38,7 +38,7 @@ COLOUR MODELS except allows the programmer to specify additional parameters to pass MACRO when it is expanded. - There there are three structs defined for each colour model, + There are three structs defined for each colour model, the first member in each struct is enum libcolour_model model; |
