コード例 #1
0
 /// <summary>
 /// Starts color picking with the mouse, provided delegate is called on mouse move with new informations
 /// </summary>
 /// <param name="_Notify"></param>
 public void                             StartSwatchColorPicking(ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd)
 {
     m_ColorPickingUpdateDelegate = _Update;
     m_ColorPickingEndDelegate    = _PickingEnd;
     ManipulationState            = MANIPULATION_STATE.PICK_COLOR;
 }
コード例 #2
0
 /// <summary>
 /// Starts color picking with the mouse, provided delegate is called on mouse move with new informations
 /// </summary>
 /// <param name="_Notify"></param>
 public void StartSwatchColorPicking( ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd )
 {
     m_ColorPickingUpdateDelegate = _Update;
     m_ColorPickingEndDelegate = _PickingEnd;
     ManipulationState = MANIPULATION_STATE.PICK_COLOR;
 }