C# Класс ARCed.Core.ColorHandler.ARGB

Struct containing data for a color of the ARGB color space.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ARGB ( int a, int r, int g, int b ) : System

Default constructor

Values are clamped between 0 and 255

ToString ( ) : string

Converts and returns the string representation of the object

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

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

Default constructor
Values are clamped between 0 and 255
public ARGB ( int a, int r, int g, int b ) : System
a int Alpha value
r int Red value
g int Green value
b int Blue value
Результат System

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

Converts and returns the string representation of the object
public ToString ( ) : string
Результат string