| Quintiq file version 2.0 | 
| #parent: #root | 
| Method SetColorsToOutput ( | 
|   output String colorHigh_o, | 
|   output String colorMid_o, | 
|   output String colorLow_o | 
| ) id:Method_LibOpt_DialogHeatMapColors_SetColorsToOutput | 
| { | 
|   #keys: '[140544.1.907300359]' | 
|   Body: | 
|   [* | 
|     //Set colors | 
|     colorHigh_o := [String]ColorSelectorHigh.Color().RGB(); | 
|     colorMid_o := [String]ColorSelectorMid.Color().RGB(); | 
|     colorLow_o := [String]ColorSelectorLow.Color().RGB(); | 
|   *] | 
| } |