You cannot 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/colorspaces
Michele Calgaro cfca5c012f
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 months ago
..
cmyk_u8 Use tdeinstance.h 5 months ago
cmyk_u16 Use tdeinstance.h 5 months ago
gray_u8 Use tdeinstance.h 5 months ago
gray_u16 Use tdeinstance.h 5 months ago
lms_f32 Use tdeinstance.h 5 months ago
rgb_f16half Use tdeinstance.h 5 months ago
rgb_f32 Use tdeinstance.h 5 months ago
rgb_u8 Use tdeinstance.h 5 months ago
rgb_u16 Use tdeinstance.h 5 months ago
wet Use tdeinstance.h 5 months ago
wetsticky Use tdeinstance.h 5 months ago
ycbcr_u8 Use tdeinstance.h 5 months ago
ycbcr_u16 Use tdeinstance.h 5 months ago
Makefile.am Finish rebranding of Krita as Chalk 15 years ago
README Finish rebranding of Krita as Chalk 15 years ago

README

About Modules

Modules are plug-ins that implement exchangable core functionality
for Chalk, such as colour strategies. Modules are loaded at startup
and shared among all Chalk documents and views. That means that making
modules stateful is iffy, and that you need to be careful about 
re-entrancy.

Modules are named modules because the plugins, which are kpartgui's
are already called plugins. Capito? Good.