Class: Aws::MediaLive::Types::ColorCorrection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ColorCorrection
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Property of ColorCorrectionSettings. Used for custom color space conversion. The object identifies one 3D LUT file and specifies the input/output color space combination that the file will be used for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_color_space ⇒ String
The color space of the input.
-
#output_color_space ⇒ String
The color space of the output.
-
#uri ⇒ String
The URI of the 3D LUT file.
Instance Attribute Details
#input_color_space ⇒ String
The color space of the input.
2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2072 class ColorCorrection < Struct.new( :input_color_space, :output_color_space, :uri) SENSITIVE = [] include Aws::Structure end |
#output_color_space ⇒ String
The color space of the output.
2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2072 class ColorCorrection < Struct.new( :input_color_space, :output_color_space, :uri) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.
2072 2073 2074 2075 2076 2077 2078 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2072 class ColorCorrection < Struct.new( :input_color_space, :output_color_space, :uri) SENSITIVE = [] include Aws::Structure end |