mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.3 KiB
1.3 KiB
UltraBlurColor
Example Usage
import { UltraBlurColor } from "@lukehagar/plexjs/models/operations";
let value: UltraBlurColor = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
bottomLeft |
string | ➖ | The color (hex) for the bottom left quadrant. |
bottomRight |
string | ➖ | The color (hex) for the bottom right quadrant. |
topLeft |
string | ➖ | The color (hex) for the top left quadrant. |
topRight |
string | ➖ | The color (hex) for the top right quadrant. |