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

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

Private Properties

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

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

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

Updates the color space coordinate values.

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

Метод Описание
ConvertToHex ( ) : string

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

GetColor ( ) : Color

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

InitializeComponent ( ) : void

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

RgbColorSpace ( ) : System

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

SetDefaultSelection ( ) : void

Sets the default color space component.

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

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

Updates the color space coordinate values.
protected UpdateValues ( IColorSpaceStructure csStructure ) : void
csStructure IColorSpaceStructure A IColorSpaceStructure object containing /// values that are to be mapped to the coordinates of this color /// space.
Результат void