C# 클래스 NanoByte.Common.ColorUtils

Convert colors to different formats, interpolate, invert, ...
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
EqualsIgnoreAlpha ( this color1, Color color2 ) : bool

Compares two colors ignoring the alpha channel and the name

비공개 메소드들

메소드 설명
Interpolate ( float factor, Color color1, Color color2 ) : Color

메소드 상세

EqualsIgnoreAlpha() 공개 정적인 메소드

Compares two colors ignoring the alpha channel and the name
public static EqualsIgnoreAlpha ( this color1, Color color2 ) : bool
color1 this
color2 System.Drawing.Color
리턴 bool