C# Class Pinta.ImageManipulation.UnaryPixelOperations.DesaturateOp
Mostra file
Open project: PintaProject/Pinta.ImageManipulation
Class Usage Examples
Public Methods
Method |
Description |
|
Apply ( ColorBgra color ) : ColorBgra |
|
|
Apply ( ColorBgra src, ColorBgra dst, int length ) : void |
|
|
Apply ( ColorBgra ptr, int length ) : void |
|
|
Method Details
public Apply ( ColorBgra color ) : ColorBgra |
color |
ColorBgra |
|
return |
ColorBgra |
|
public Apply ( ColorBgra src, ColorBgra dst, int length ) : void |
src |
ColorBgra |
|
dst |
ColorBgra |
|
length |
int |
|
return |
void |
|
public Apply ( ColorBgra ptr, int length ) : void |
ptr |
ColorBgra |
|
length |
int |
|
return |
void |
|