Property | Type | Description | |
---|---|---|---|
Alpha | int | ||
Blue | int | ||
Green | int | ||
Red | int | ||
Sum | int |
Method | Description | |
---|---|---|
AddPixel ( ImageProcessor.Imaging.Colors.Color32 pixel ) : void |
Adds a pixel to the color history.
|
|
ToNormalizedColor ( ) : |
Normalizes the color.
|
public AddPixel ( ImageProcessor.Imaging.Colors.Color32 pixel ) : void | ||
pixel | ImageProcessor.Imaging.Colors.Color32 | /// The pixel to add. /// |
return | void |