C# Class Nexus.Graphics.Colors.ColorRgbF

显示文件 Open project: tgjones/nexus Class Usage Examples

Public Properties

Property Type Description
B float
G float
R float

Public Methods

Method Description
ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
FromRgbColor ( Color value ) : ColorRgbF
operator ( ) : ColorRgbF

Method Details

ColorRgbF() public method

public ColorRgbF ( float r, float g, float b ) : System.Runtime.InteropServices
r float
g float
b float
return System.Runtime.InteropServices

FromRgbColor() public static method

public static FromRgbColor ( Color value ) : ColorRgbF
value Color
return ColorRgbF

operator() public static method

public static operator ( ) : ColorRgbF
return ColorRgbF

Property Details

B public_oe property

public float B
return float

G public_oe property

public float G
return float

R public_oe property

public float R
return float