Interface ColorCorrection.Builder

    • Method Detail

      • inputColorSpace

        ColorCorrection.Builder inputColorSpace​(String inputColorSpace)
        The color space of the input.
        Parameters:
        inputColorSpace - The color space of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorSpace, ColorSpace
      • inputColorSpace

        ColorCorrection.Builder inputColorSpace​(ColorSpace inputColorSpace)
        The color space of the input.
        Parameters:
        inputColorSpace - The color space of the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorSpace, ColorSpace
      • outputColorSpace

        ColorCorrection.Builder outputColorSpace​(String outputColorSpace)
        The color space of the output.
        Parameters:
        outputColorSpace - The color space of the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorSpace, ColorSpace
      • outputColorSpace

        ColorCorrection.Builder outputColorSpace​(ColorSpace outputColorSpace)
        The color space of the output.
        Parameters:
        outputColorSpace - The color space of the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorSpace, ColorSpace
      • uri

        ColorCorrection.Builder uri​(String uri)
        The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.
        Parameters:
        uri - The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.
        Returns:
        Returns a reference to this object so that method calls can be chained together.