# Composite ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | `Type` | *long* | :heavy_minus_sign: | Limit composite to specified metadata types | | `Format` | [Models.Components.Format](../../Models/Components/Format.md) | :heavy_minus_sign: | The image type | | `BackgroundColor` | *string* | :heavy_minus_sign: | 6 character hex RGB value for background color for image | | `Border` | *long* | :heavy_minus_sign: | The width of the intra-image border | | `Cols` | *long* | :heavy_minus_sign: | Number of columns to construct in the composite image | | `Crop` | [Crop](../../Models/Components/Crop.md) | :heavy_minus_sign: | Where to crop source images to fit into composite image proportions | | `Height` | *long* | :heavy_minus_sign: | The height of the image | | `Media` | [CompositeMedia](../../Models/Components/CompositeMedia.md) | :heavy_minus_sign: | The default image type to use as the sources | | `Repeat` | *bool* | :heavy_minus_sign: | Allow repetion of images if there are not enough source images to fill grid | | `Rows` | *long* | :heavy_minus_sign: | Number of rows to construct in the composite image | | `Width` | *long* | :heavy_minus_sign: | The width of the image |