Colors in Krita look different than they actually are.
Suspected problem: Krita directly loads the cmyk values in the aco file into a cmyk color, but assumes it is srgb
Palette aco has cmyk colors.
Test case A:
- Create a cmyk document
- Draw a color from aco palette
- Export the document to psd
- Load document in photoshop
- Draw a color from the palette
- Compare with color in document
- Color is the same
Test case B:
- Create a rgb document
- Draw a color from aco palette
- Export the document to psd
- Load document in photoshop
- Draw using the palette in ps.
- Compare with color in document
- Color is different
Expected outcome:
- Create a rgb document
- Draw a color from aco palette
- Export the document to psd
- Draw using the palette in ps.
- Compare with color in document
- Color is the same