C# Class Nexus.Graphics.Colors.ColorRgb

ファイルを表示 Open project: tgjones/nexus

Public Properties

Property Type Description
B byte
G byte
R byte

Public Methods

Method Description
ColorRgb ( byte r, byte g, byte b ) : System.Runtime.InteropServices

Method Details

ColorRgb() public method

public ColorRgb ( byte r, byte g, byte b ) : System.Runtime.InteropServices
r byte
g byte
b byte
return System.Runtime.InteropServices

Property Details

B public_oe property

public byte B
return byte

G public_oe property

public byte G
return byte

R public_oe property

public byte R
return byte