ShowColorPicker() public static method

public static ShowColorPicker ( Color color ) : void
color Color
return void
コード例 #1
0
ファイル: RagePixelState.cs プロジェクト: MaxEden/RagePixel2
 private void OnEnterColorReplacerMode()
 {
     GetModeHandler <ReplaceColorHandler>().SaveSnapshot(Sprite);
     ReplaceTargetColor = PaintColor;
     Utility.ShowColorPicker(ReplaceTargetColor);
 }