You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know the technical differences between them, but when I use CIColorCubeWithColorSpace (CGColorSpaceCreateDeviceRGB()) the results are the expected and when I use CIColorCube they aren't. So I think CIColorCubeWithColorSpace is the answer.
CIColorCubeWithColorSpace does matching color-space internally.
So I guess, CIColorCube and CIImage.matchedToWorkingSpace(from:) might be same with CIColorCubeWithColorSpace.
No description provided.
The text was updated successfully, but these errors were encountered: