C# Class SciterSharp.RGBAColor

ファイルを表示 Open project: MISoftware/SciterSharp Class Usage Examples

Public Properties

Property Type Description
c uint

Public Methods

Method Description
RGBAColor ( uint r, uint g, uint b, uint alpha ) : System.Drawing

Method Details

RGBAColor() public method

public RGBAColor ( uint r, uint g, uint b, uint alpha ) : System.Drawing
r uint
g uint
b uint
alpha uint
return System.Drawing

Property Details

c public_oe property

public uint c
return uint