C# Class Patcher.Rules.Proxies.Fields.ColorProxy

Inheritance: System.Proxy, IColor, IDumpabled
显示文件 Open project: unforbidable/patcher

Public Methods

Method Description
MultiplyValues ( float value ) : void
MultiplyValues ( float red, float green, float blue ) : void
SetValues ( float value ) : void
SetValues ( float red, float green, float blue ) : void
ToString ( ) : string

Private Methods

Method Description
IDumpabled ( string name, System.ObjectDumper dumper ) : void
With ( ColorAdapter adapter ) : ColorProxy

Method Details

MultiplyValues() public method

public MultiplyValues ( float value ) : void
value float
return void

MultiplyValues() public method

public MultiplyValues ( float red, float green, float blue ) : void
red float
green float
blue float
return void

SetValues() public method

public SetValues ( float value ) : void
value float
return void

SetValues() public method

public SetValues ( float red, float green, float blue ) : void
red float
green float
blue float
return void

ToString() public method

public ToString ( ) : string
return string