C# 클래스 Paint.ColorSelectorDefinition

Color selector definition -layout of the color selector
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint 1 사용 예제들

공개 메소드들

메소드 설명
ColorSelectorDefinition ( Microsoft.Xna.Framework.Color startColor, ToolboxLayoutDefinitionPaintToolsColorSelector colorSelectorDefinition, int scale ) : Microsoft.Xna.Framework

Initializes a new instance of the Paint.ColorSelectorDefinition class.

메소드 상세

ColorSelectorDefinition() 공개 메소드

Initializes a new instance of the Paint.ColorSelectorDefinition class.
public ColorSelectorDefinition ( Microsoft.Xna.Framework.Color startColor, ToolboxLayoutDefinitionPaintToolsColorSelector colorSelectorDefinition, int scale ) : Microsoft.Xna.Framework
startColor Microsoft.Xna.Framework.Color The initial colour we are drawing with.
colorSelectorDefinition Paint.ToolboxLayout.ToolboxLayoutDefinitionPaintToolsColorSelector Layout of the color selector as defined within a xml file.
scale int
리턴 Microsoft.Xna.Framework