OutputDescriptor

通过 OutputDescriptor 元素可以添加注释,说明某个颜色变换的输出颜色空间和编码。它不会影响处理,但对于支持 Autodesk 颜色管理的产品,它会显示在颜色变换的元数据面板中。

包含

包含于

属性

无。

示例

示例

<ProcessList id="f8d905db-4ab8-4af6-8465-0db81f7e993c" version="1.2">
    <Info>
        <Copyright>Copyright 2012 Autodesk, Inc.  All rights reserved.</Copyright>
        <Release>2013.1.pr20</Release>
    </Info>
    <Description>F65 Raw integer code values to scene-linear floats with Rec 709 primaries.</Description>
    <InputDescriptor>16-bit integer F65 Raw</InputDescriptor>
    <OutputDescriptor>scene-linear Rec 709 primaries</OutputDescriptor>
    <LUT1D inBitDepth="16i" outBitDepth="32f">
        <Array dim="2 3">
 -0.092903227  -0.092903227  -0.092903227
 11.798709869  11.798709869  11.798709869
        </Array>
    </LUT1D>
    <Matrix inBitDepth="32f" outBitDepth="32f">
        <Array dim="3 3 3">
 1.8779151440 -0.7941687703 -0.0837463662
-0.1768069863  1.3509995937 -0.1741926372
-0.0262011271 -0.1484222561  1.1746233702
        </Array>
    </Matrix>
</ProcessList>