C# 클래스 ImageProcessor.Imaging.Colors.ColorExtensions

Provides extensions for manipulating colors.
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 정적인 메소드

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

AddAsCmykColor() 공개 정적인 메소드

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