Allor Documentation v.2 Help

Chromatic Aberration

Full Name

ImageEffectsLensChromaticAberration

Description

Apply a camera lens color shift to the images.

Backend

PyTorch

Input Parameters
Images

RGB/A images

Shift

Color shift in PX

Method
  • Reflect — The new space reflects the images around the edges.

  • Edge — The new space is filled with pixels at the edges of the image.

  • Constant — The new space is filled with emptiness.

Shift Type

Type of chromatic aberration

Mixing Type

Type of method for shifting colors

Transpose
  • None — Without a change of direction.

  • Rotate — Alternative direction.

  • Reflect — In both directions at the same time.

Colors
  • rb — Red and Blue color channels.

  • rg — Red and Green color channels.

  • gb — Green and Blue color channels.

Lens Curvy

The value of the curve during the propagation of the effect, where 1.0 is linear. Not working with shift_type 4.

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023