Exemplo n.º 1
0
 /** Helper variable to keep a reference of the values */
 public static ColorChannel[] getValues()
 {
     return((ColorChannel[])ColorChannel.GetValues(typeof(ColorChannel)));
 }