C# 클래스 CUE.NET.Brushes.ProfileBrush

Represents a brush drawing the lighting of a CUE profile.
상속: CUE.NET.Brushes.AbstractBrush
파일 보기 프로젝트 열기: DarthAffe/CUE.NET

보호된 메소드들

메소드 설명
GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor

Gets the color at an specific point assuming the brush is drawn into the given rectangle.

비공개 메소드들

메소드 설명
ProfileBrush ( CorsairColor>.Dictionary keyLights ) : System.Collections.Generic

Initializes a new instance of the ProfileBrush class.

메소드 상세

GetColorAtPoint() 보호된 메소드

Gets the color at an specific point assuming the brush is drawn into the given rectangle.
protected GetColorAtPoint ( RectangleF rectangle, BrushRenderTarget renderTarget ) : CorsairColor
rectangle System.Drawing.RectangleF The rectangle in which the brush should be drawn.
renderTarget BrushRenderTarget The target (key/point) from which the color should be taken.
리턴 CUE.NET.Devices.Generic.CorsairColor