C# Класс Open.Core.Color

Class for working with colors.
Показать файл Открыть проект

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

Метод Описание
Black ( double opacity ) : string

Gets an RGBA value of black at the given opacity.

Green ( double opacity ) : string

Gets an RGBA value of green at the given opacity.

HotPink ( double opacity ) : string

Gets an RGBA value of hot-pink (magenta) at the given opacity.

Orange ( double opacity ) : string

Gets an RGBA value of orange at the given opacity.

Red ( double opacity ) : string

Gets an RGBA value of red at the given opacity.

White ( double opacity ) : string

Gets an RGBA value of white at the given opacity.

Приватные методы

Метод Описание
Black ( ) : string
Green ( ) : string
HotPink ( ) : string
Orange ( ) : string
Red ( ) : string
ToColor ( int r, int g, int b, double percent ) : string
White ( ) : string

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

Black() публичный статический Метод

Gets an RGBA value of black at the given opacity.
public static Black ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string

Green() публичный статический Метод

Gets an RGBA value of green at the given opacity.
public static Green ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string

HotPink() публичный статический Метод

Gets an RGBA value of hot-pink (magenta) at the given opacity.
public static HotPink ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string

Orange() публичный статический Метод

Gets an RGBA value of orange at the given opacity.
public static Orange ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string

Red() публичный статический Метод

Gets an RGBA value of red at the given opacity.
public static Red ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string

White() публичный статический Метод

Gets an RGBA value of white at the given opacity.
public static White ( double opacity ) : string
opacity double The opacity percentage (0..1).
Результат string