XSI_ImageFX2

Holds the extra image clip properties in addition to the properties available in the XSI_ImageFX template. This template is a child of the XSI_Image template.

 

The parameters of this template can be animated so this template can have SI_FCurve templates as children.

 

This template corresponds to the CSLImageFX2 class.

Introduced

6.0

Template

XSI_ImageFX2 {
   <Exposure>,
   <DisplayGamma>,
   <DisplayGammaAffectsRendering>,
   <RenderColorProfile>,
   <RenderGamma>,
   <ImageDefinitionType>,
   <EnableMipMap>,
   <MipMapScale>,
   <oglmaxsize>,
   <oglmipmap>,
   <oglminfilter>,
   <oglmagfilter>,
   <FieldType>,
   <SourceTrack>
}

Members

Member name

Description

Exposure

Offset value in f-stop units for the image’s original exposure.

Valid value range: -12 to 12. When set to 0, the image is used as is.

DisplayGamma

Value used to set display-only gamma correction for HDR (.hdr) or OpenEXR (.exr) image files.

DisplayGammaAffectsRendering

Whether the Color Profile option (Preferences > Rendering > Images > Color Profile) is set to User Gamma.

RenderColorProfile

Specifies the color space that your input image was originally created in.

Possible values are:

"Automatic" (automatically determine which color profile was used to create the image)

"Linear" (image clip was created in linear color space)

"sRGB" (image clip was created in sRGB color space)

"User Gamma" (perform gamma correction on the rendered version of the image clip using the value specified by the Gamma parameter below.)

RenderGamma

Value to use for gamma correction (see RenderColorProfile)

ImageDefinitionType

Scaling type to use. See the EImageDefinitionTypeenum for a list of possible values.

EnableMipMap

Specifies whether to enable mental ray MipMaps.

MipMapScale

Value representing the degree of pre-blurring to be applied to the object’s texture(s).

oglmaxsize

Value to set the maximum height and width converted to a 2x-factor resolution.

oglmipmap

Specifies whether to generate OGL MipMaps.

oglminfilter

Specifies how to use MipMaps. See the EOglFilter enum for a list of possible values.

oglmagfilter

Specifies how to use MipMaps. See the EOglFilter enum for a list of possible values.

FieldType

Specifies the field order for video images clips. See the EFieldType enum for a list of possible values.

SourceTrack

The number of the layer or track from the image source (AAF only).

Example

XSI_ImageLibrary { 
   1, 
   XSI_Image noIcon_pic { 
       ... 
       XSI_ImageFX2 { 
          0.000000, // Exposure
          2.200000, // DisplayGamma 
          0,       // DisplayGammaAffectsRendering
          "Linear", // RenderColorProfile
          2.200000, // RenderGamma
          1,       // ImageDefinitionType
          0,       // EnableMipMap
          1.000000, // MipMapScale
          1024,    // oglmaxsize
          0,       // oglmipmap
          9729,    // oglminfilter
          9729,    // oglmagfilter
          0,       // FieldType
          0,       // SourceTrack
       }
   }
}


Autodesk Crosswalk v5.0