using System; [Serializable] public enum BokehDestination { Background = 1, Foreground = 2, BackgroundAndForeground = 3 }