Changed default colorTemp

This commit is contained in:
Andrew Murray 2024-06-02 16:27:05 +10:00
parent 54150f2061
commit 4aba0b8238

View File

@ -754,7 +754,7 @@ def applyTransform(
def createProfile( def createProfile(
colorSpace: Literal["LAB", "XYZ", "sRGB"], colorTemp: SupportsFloat = -1 colorSpace: Literal["LAB", "XYZ", "sRGB"], colorTemp: SupportsFloat = 0
) -> core.CmsProfile: ) -> core.CmsProfile:
""" """
(pyCMS) Creates a profile. (pyCMS) Creates a profile.