C# Class EnaiumToolKit.Framework.Screen.Elements.ColorButton

Inheritance: EnaiumToolKit.Framework.Screen.Elements.Element
Show file Open project: Pathoschild/smapi-mod-dump

Public Properties

Property Type Description
Color Color

Public Methods

Method Description
ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
Render ( SpriteBatch b, int x, int y ) : void

Method Details

ColorButton() public method

public ColorButton ( string title, string description ) : EnaiumToolKit.Framework.Utils
title string
description string
return EnaiumToolKit.Framework.Utils

Render() public method

public Render ( SpriteBatch b, int x, int y ) : void
b SpriteBatch
x int
y int
return void

Property Details

Color public property

public Color Color
return Color