Contains colour information about the image. If colour information is supplied in both this box, and also in the video bitstream, this box takes precedence, and over‐rides the information in the bitstream.
Name | Type | Description | Notes |
---|---|---|---|
ToString | string | Text summary of the box. |
Name | Type | Description | Notes |
---|---|---|---|
colour_type | uint | An indication of the type of colour information supplied. | |
colour_primaries | ushort | Indicates the chromaticity coordinates of the source primaries. | |
transfer_characteristics | ushort | Indicates the reference opto-electronic transfer characteristic. | |
matrix_coefficients | ushort | Describes the matrix coefficients used in deriving luma and chroma signals from the green, blue, and red. | |
full_range_flag | bool | Indicates the black level and range of the luma and chroma signals as derived from E′Y, E′PB, and E′PR or E′R, E′G, and E′B real-valued component signals. |
Name | Description | Parameters
------------ | ------------- | ------------- | -------------
ColourInformationBox | Create the box object from the bitstream and box size. | BitStreamReader stream - File stream.
ulong size - Box size in bytes.