Example #1
0
 public static Color UnpackColorFromInt(int packedValue)
 {
     return(FsmEditorSettings.UnpackColorFromInt(packedValue));
 }