Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DvbSubtitleApplyFontColor

import type { DvbSubtitleApplyFontColor } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Ignore this setting unless Style Passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.

type DvbSubtitleApplyFontColor = "WHITE_TEXT_ONLY" | "ALL_TEXT" | cmnP.UnexpectedEnumValue;

§Type

§
"WHITE_TEXT_ONLY" | "ALL_TEXT" | cmnP.UnexpectedEnumValue
[src]