Stores the special effect parameters applied to the image.
All parameters are animatable. Fcurve names are:
• HUE
• GAIN
• SATURATION
• BRIGHTNESS
• BLUR_RADIUS
• BLUR_AMOUNT
• BLUR_ALPHA
• SCALING_TYPE
• SCALE-X
• SCALE-Y
• FLIP-X
• FLIP-Y
• RGBA2GRAYSCALE
• BITS_PER_CHANNEL
![]()
|
This template is not available in SI|3D. |
![]()
|
This template corresponds to the CSLImageFX class. |
3.6
XSI_ImageFX {
// Color Correction
<Hue>,
<Gain>,
<Saturation>,
<Brightness>,
// Blur
<Radius>,
<Amount>,
<blurAlpha>,
// Scaling
<type>
<scaleX>,<scaleY>,
// Flip
<horizontal>,<vertical>,
// Conversion
<conversion>,
<8 buts to 16 bits per channel>
}
|
Member name |
Description |
|
Hue |
Hue color correction. Possible values are between 0 (default) and 100. |
|
Gain |
Gain color correction. Possible values are between 0 (default) and 100. |
|
Saturation |
Saturation color correction. Possible values are between 0 (default) and 100. |
|
Brightness |
Brightness color correction. Possible
values are between |
|
Radius |
Radius of blur. Possible values are between 0 and 20 (with 0 being the default). |
|
Amount |
Amount of blur. Possible values are 0 or 1 (default). |
|
blurAlpha |
True to blur the Alpha channel. |
|
type |
Scaling information. Possible values are: • 0 = none (scaling is inactive) • 1 = fullsize • 2 = halfsize • 3 = quartersize • 4 = 128 X 128 • 5 = 256 X 256 • 6 = 512 X 512 • 7 = Custom (use scaleX and scaleY) |
|
scaleX |
Specify amount to scale in X (used only for Custom type of scaling). |
|
scaleY |
Specify amount to scale in Y (used only for Custom type of scaling). |
|
horizontal |
Specify horizontal flip value. |
|
vertical |
Specify vertical flip value. |
|
conversion |
Specifies whether or not to convert RGBA to greyscale. Possible values are: • 1 = True (convert RGBA to greyscale) • 0 = False (do not convert RGBA to greyscale) |
|
16bits |
Specifies whether to use 16 bits per channel or 8bits. Possible values are: • 1 = True (use 16 bits per channel) • 0 = False (use 8 bits per channel) |
See the example in XSI_Image.
Autodesk Crosswalk v4.0