C# Class ImageProcessor.Imaging.Colors.ColorExtensions

Provides extensions for manipulating colors.
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
Add ( this color ) : Color

Adds colors together using the RGBA color format.

AddAsCmykColor ( this color ) : ImageProcessor.Imaging.Colors.CmykColor

Adds colors together using the CMYK color format.

Method Details

Add() public static method

Adds colors together using the RGBA color format.
public static Add ( this color ) : Color
color this /// The color to add to. ///
return Color

AddAsCmykColor() public static method

Adds colors together using the CMYK color format.
public static AddAsCmykColor ( this color ) : ImageProcessor.Imaging.Colors.CmykColor
color this /// The color to add to. ///
return ImageProcessor.Imaging.Colors.CmykColor