Files
plexjs/docs/models/operations/ultrablurcolor.md

1.3 KiB
Raw Permalink Blame History

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.