C# Class Pinta.Core.UnaryPixelOps.ChannelCurve

Inheritance: UnaryPixelOp
Mostrar archivo Open project: xxgreg/Pinta Class Usage Examples

Public Properties

Property Type Description
CurveB byte[]
CurveG byte[]
CurveR byte[]

Public Methods

Method Description
Apply ( ColorBgra color ) : ColorBgra
Apply ( ColorBgra dst, ColorBgra src, int length ) : void
Apply ( ColorBgra ptr, int length ) : void
ChannelCurve ( ) : System

Method Details

Apply() public method

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
return ColorBgra

Apply() public method

public Apply ( ColorBgra dst, ColorBgra src, int length ) : void
dst ColorBgra
src ColorBgra
length int
return void

Apply() public method

public Apply ( ColorBgra ptr, int length ) : void
ptr ColorBgra
length int
return void

ChannelCurve() public method

public ChannelCurve ( ) : System
return System

Property Details

CurveB public_oe property

public byte[] CurveB
return byte[]

CurveG public_oe property

public byte[] CurveG
return byte[]

CurveR public_oe property

public byte[] CurveR
return byte[]