You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/chalk/chalkcolor
Michele Calgaro d63c9d696e
Renaming of files in preparation for code style tools.
3 years ago
..
colorspaces Renaming of files in preparation for code style tools. 3 years ago
tests Additional k => tde renaming and fixes 11 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Finish rebranding of Krita as Chalk 13 years ago
TODO Finish rebranding of Krita as Chalk 13 years ago
chalk_colorspace.desktop Update XDG information in support of bug report 892. 12 years ago
kis_abstract_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_abstract_colorspace.h rename the following methods: 13 years ago
kis_basic_histogram_producers.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_basic_histogram_producers.h Rename additional header files to avoid conflicts with KDE4 11 years ago
kis_channelinfo.h Rename KShared 11 years ago
kis_color.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_color.h Finish rebranding of Krita as Chalk 13 years ago
kis_color_conversions.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_color_conversions.h Finish rebranding of Krita as Chalk 13 years ago
kis_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_colorspace.h rename the following methods: 13 years ago
kis_colorspace_factory_registry.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_colorspace_factory_registry.h Remove spurious TQ_OBJECT instances 12 years ago
kis_colorspace_iface.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_colorspace_iface.h rename the following methods: 13 years ago
kis_composite_op.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_composite_op.h Finish rebranding of Krita as Chalk 13 years ago
kis_f16half_base_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_f16half_base_colorspace.h rename the following methods: 13 years ago
kis_f32_base_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_f32_base_colorspace.h rename the following methods: 13 years ago
kis_histogram_producer.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_histogram_producer.h Rename KShared 11 years ago
kis_profile.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_profile.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kis_u8_base_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_u8_base_colorspace.h rename the following methods: 13 years ago
kis_u16_base_colorspace.cpp Renaming of files in preparation for code style tools. 3 years ago
kis_u16_base_colorspace.h rename the following methods: 13 years ago

README

The color library is a wrapper around lcms and provides colorspaces
that can do things to arrays of bytes that represent pixels. The
number of colorspaces is extensible with plugins. The colorspace
registry is responsible for loading the colorspace plugins.