C# Класс LiveCharts.Dtos.CoreColor

Defines a portable color
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CoreColor ( byte a, byte r, byte g, byte b )

Initializes a new instance of CoreColor

Описание методов

CoreColor() публичный Метод

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