C# Класс Pinta.ImageManipulation.UnaryPixelOperations.SetChannelOp

Used to set a given channel of a pixel to a given, predefined color. Useful if you want to set only the alpha value of a given region.
Наследование: UnaryPixelOp
Показать файл Открыть проект

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

Метод Описание
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
SetChannelOp ( int channel, byte setValue ) : System

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

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

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
Результат ColorBgra

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

public Apply ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
Результат void

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

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
Результат void

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

public SetChannelOp ( int channel, byte setValue ) : System
channel int
setValue byte
Результат System