C# Class ImageProcessor.Imaging.Colors.ColorExtensions

Provides extensions for manipulating colors.
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode 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 méthode

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

AddAsCmykColor() public static méthode

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