colorActions top-level property

List<ActionData> colorActions
final

Implementation

final colorActions = [
  ActionData(
      type: 0,
      name: EditorLang.current.editor_color_pf,
      icon: 'icon_pf_n'.imageColorsPng,
      selectedIcon: 'icon_pf_s'.imageColorsPng),
  ActionData(
      type: 1,
      name: EditorLang.current.editor_color_ld,
      icon: 'icon_ld_n'.imageColorsPng,
      selectedIcon: 'icon_ld_s'.imageColorsPng,
      params: ['Brightness']),
  ActionData(
      type: 2,
      name: EditorLang.current.editor_color_bhd,
      icon: 'icon_bhd_n'.imageColorsPng,
      selectedIcon: 'icon_bhd_s'.imageColorsPng,
      params: ['Saturation']),
  ActionData(
      type: 3,
      name: EditorLang.current.editor_color_dbd,
      icon: 'icon_dbd_n'.imageColorsPng,
      selectedIcon: 'icon_dbd_s'.imageColorsPng,
      params: ['Contrast']),
  ActionData(
      type: 4,
      name: EditorLang.current.editor_color_gg,
      icon: 'icon_gg_n'.imageColorsPng,
      selectedIcon: 'icon_gg_s'.imageColorsPng,
      params: ['Highlight']),
  ActionData(
      type: 5,
      name: EditorLang.current.editor_color_yy,
      icon: 'icon_yy_n'.imageColorsPng,
      selectedIcon: 'icon_yy_s'.imageColorsPng,
      params: ['Shadow']),
  // ActionData(
  //     type: 6,
  //     name: EditorLang.current.editor_color_sd,
  //     icon: 'icon_sd_n'.imageColorsPng,
  //     selectedIcon: 'icon_sd_s'.imageColorsPng,
  //     params: ['Hue']),
  ActionData(
      type: 6,
      name: EditorLang.current.editor_color_sw,
      icon: 'icon_sw_n'.imageColorsPng,
      selectedIcon: 'icon_sw_s'.imageColorsPng,
      params: ['Temperature']),
  ActionData(
      type: 7,
      name: EditorLang.current.editor_color_yying,
      icon: 'icon_yuny_n'.imageColorsPng,
      selectedIcon: 'icon_yuny_s'.imageColorsPng,
      params: ['Start']), //'CenterX', 'CenterY', | 'End'
  ActionData(
      type: 8,
      name: EditorLang.current.editor_color_rh,
      icon: 'icon_rh_n'.imageColorsPng,
      selectedIcon: 'icon_rh_s'.imageColorsPng,
      params: ['Sharpen']),
  ActionData(
      type: 9,
      name: EditorLang.current.editor_color_zd,
      icon: 'icon_zd_n'.imageColorsPng,
      selectedIcon: 'icon_zd_s'.imageColorsPng,
      params: ['Noise']),
  ActionData(
      type: 10,
      name: EditorLang.current.editor_color_xyd,
      icon: 'icon_xyd_n'.imageColorsPng,
      selectedIcon: 'icon_xyd_s'.imageColorsPng,
      params: ['Vibrance']),
  ActionData(
      type: 11,
      name: EditorLang.current.editor_color_bph,
      icon: 'icon_bph_n'.imageColorsPng,
      selectedIcon: 'icon_bph_s'.imageColorsPng,
      params: ['Red', 'Green', 'Blue']),
  ActionData(
      type: 12,
      name: EditorLang.current.editor_color_bg,
      icon: 'icon_bgd_n'.imageColorsPng,
      selectedIcon: 'icon_bgd_s'.imageColorsPng,
      params: ['Exposure'])
];