Class SoColorToLightnessProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoColorToLightnessProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoColorToLightnessProcessing engine. For an introduction to color transforms, see section Color Transforms.

    The SoColorToLightnessProcessing command provides the lightness plane of a RGB image in the HLS space.

    File format/default:

    ColorToLightnessProcessing {

      computeMode MODE_AUTO
      inColorImage NULL
    }


    Library references: lightness

    • Constructor Detail

      • SoColorToLightnessProcessing

        public SoColorToLightnessProcessing()
        Deprecated.
        Constructor.