C# Class LiveCharts.Dtos.CoreColor

Defines a portable color
ファイルを表示 Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
CoreColor ( byte a, byte r, byte g, byte b )

Initializes a new instance of CoreColor

Method Details

CoreColor() public method

Initializes a new instance of CoreColor
public CoreColor ( byte a, byte r, byte g, byte b )
a byte alpha component
r byte red component
g byte green component
b byte blue component