Applies a lightweight Color Correction Collection (CCC) file to the image. The file solely contains one or more color corrections. Here is a sample:
1 <ColorCorrectionCollection xmlns="urn:ASC:CDL:v1.2"> 2 <ColorCorrection id="cc03345"> 3 <SOPNode> 4 <Slope> 0.9 1.2 0.5 </Slope> 5 <Offset> 0.4 -0.5 0.6 </Offset> 6 <Power> 1.0 0.8 1.5 </Power> 7 </SOPNode> 8 <SATNode> 9 <Saturation> 0.85 </Saturation> 10 </SATNode> 11 </ColorCorrection> 12 </ColorCorrectionCollection>
which includes the slop, offset, and power for each of the RGB channels as well as the saturation.
Wikipedia ASC CDL.
See Implementation
Applies a lightweight Color Correction Collection (CCC) file to the image. The file solely contains one or more color corrections. Here is a sample:
which includes the slop, offset, and power for each of the RGB channels as well as the saturation.