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

Наследование: UnaryPixelOp
Показать файл Открыть проект

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

Метод Описание
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra src, ColorBgra dst, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
PosterizePixelOp ( int red, int green, int blue ) : System

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

Метод Описание
CalcLevels ( int levelCount ) : byte[]

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

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

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

public PosterizePixelOp ( int red, int green, int blue ) : System
red int
green int
blue int
Результат System