C# 클래스 ImageMagick.ColorGray

Class that represents a gray color.
상속: ColorBase
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
ColorGray ( double shade ) : System

Initializes a new instance of the ColorGray class.

FromMagickColor ( MagickColor color ) : ColorGray

Converts the specified MagickColor to an instance of this type.

보호된 메소드들

메소드 설명
UpdateValue ( ) : void

Updates the color value in an inherited class.

비공개 메소드들

메소드 설명
ColorGray ( MagickColor color ) : System

메소드 상세

ColorGray() 공개 메소드

Initializes a new instance of the ColorGray class.
public ColorGray ( double shade ) : System
shade double Value between 0.0 - 1.0.
리턴 System

FromMagickColor() 공개 정적인 메소드

Converts the specified MagickColor to an instance of this type.
public static FromMagickColor ( MagickColor color ) : ColorGray
color MagickColor The color to use.
리턴 ColorGray

UpdateValue() 보호된 메소드

Updates the color value in an inherited class.
protected UpdateValue ( ) : void
리턴 void