您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
koffice/chalk/chalkcolor
Timothy Pearson 63f984a752
Rename additional header files to avoid conflicts with KDE4
11 年前
..
colorspaces Rename additional header files to avoid conflicts with KDE4 11 年前
tests Rename a number of libraries and executables to avoid conflicts with KDE4 11 年前
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 11 年前
README Finish rebranding of Krita as Chalk 13 年前
TODO Finish rebranding of Krita as Chalk 13 年前
chalk_colorspace.desktop Update XDG information in support of bug report 892. 12 年前
kis_abstract_colorspace.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 年前
kis_abstract_colorspace.h rename the following methods: 13 年前
kis_basic_histogram_producers.cc Rename additional header files to avoid conflicts with KDE4 11 年前
kis_basic_histogram_producers.h Rename additional header files to avoid conflicts with KDE4 11 年前
kis_channelinfo.h Rename KShared 11 年前
kis_color.cc Finish rebranding of Krita as Chalk 13 年前
kis_color.h Finish rebranding of Krita as Chalk 13 年前
kis_color_conversions.cc Finish rebranding of Krita as Chalk 13 年前
kis_color_conversions.h Finish rebranding of Krita as Chalk 13 年前
kis_colorspace.cc Update various qt function definitions and static methods for tqt3 12 年前
kis_colorspace.h rename the following methods: 13 年前
kis_colorspace_factory_registry.cc Rename additional header files to avoid conflicts with KDE4 11 年前
kis_colorspace_factory_registry.h Remove spurious TQ_OBJECT instances 12 年前
kis_colorspace_iface.cc Rename common header files for consistency with class renaming 11 年前
kis_colorspace_iface.h rename the following methods: 13 年前
kis_composite_op.cc Rename additional header files to avoid conflicts with KDE4 11 年前
kis_composite_op.h Finish rebranding of Krita as Chalk 13 年前
kis_f16half_base_colorspace.cc Finish rebranding of Krita as Chalk 13 年前
kis_f16half_base_colorspace.h rename the following methods: 13 年前
kis_f32_base_colorspace.cc Finish rebranding of Krita as Chalk 13 年前
kis_f32_base_colorspace.h rename the following methods: 13 年前
kis_histogram_producer.cc Finish rebranding of Krita as Chalk 13 年前
kis_histogram_producer.h Rename KShared 11 年前
kis_profile.cc Rename additional global functions and variables for tqt3 12 年前
kis_profile.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 年前
kis_u8_base_colorspace.cc Finish rebranding of Krita as Chalk 13 年前
kis_u8_base_colorspace.h rename the following methods: 13 年前
kis_u16_base_colorspace.cc Finish rebranding of Krita as Chalk 13 年前
kis_u16_base_colorspace.h rename the following methods: 13 年前

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.