C# Класс Longkong.ColorPicker.Controls.HsbColorSpace

HSB color space.
Наследование: ColorSpace
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetColor Color
InitializeComponent void
SetDefaultSelection void

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

Метод Описание
HsbColorSpace ( ) : System

Constructor. Adds the color space components to the color space component collection.

Защищенные методы

Метод Описание
UpdateValues ( IColorSpaceStructure m_csStructure ) : void

Updates the color space coordinate values.

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

Метод Описание
GetColor ( ) : Color

Converts the coordinates represented by this color space to its equivalent HEX representation.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetDefaultSelection ( ) : void

Sets the default color space component.

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

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

Constructor. Adds the color space components to the color space component collection.
public HsbColorSpace ( ) : System
Результат System

UpdateValues() защищенный Метод

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure m_csStructure ) : void
m_csStructure IColorSpaceStructure
Результат void