Uses of Class
software.amazon.awssdk.services.medialive.model.ColorCorrection
-
Packages that use ColorCorrection Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ColorCorrection in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ColorCorrection Modifier and Type Method Description List<ColorCorrection>ColorCorrectionSettings. globalColorCorrections()An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ColorCorrection Modifier and Type Method Description ColorCorrectionSettings.BuilderColorCorrectionSettings.Builder. globalColorCorrections(ColorCorrection... globalColorCorrections)An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ColorCorrection Modifier and Type Method Description ColorCorrectionSettings.BuilderColorCorrectionSettings.Builder. globalColorCorrections(Collection<ColorCorrection> globalColorCorrections)An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video.
-