CF_PALETTE top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_PALETTE instead')
int const CF_PALETTE

Handle to a color palette. Whenever an application places data in the clipboard that depends on or assumes a color palette, it should place the palette on the clipboard as well.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_PALETTE instead')
const CF_PALETTE = 9;