C# Class ImGuiNET.Style

Afficher le fichier Open project: mellinoe/ImGui.NET Class Usage Examples

Méthodes publiques

Méthode Description
GetColor ( ColorTarget target ) : Vector4

Gets the current style color for the given UI element type.

SetColor ( ColorTarget target, Vector4 value ) : void

Sets the style color for a particular UI element type.

Style ( NativeStyle style ) : System.Numerics

Method Details

GetColor() public méthode

Gets the current style color for the given UI element type.
public GetColor ( ColorTarget target ) : Vector4
target ColorTarget The type of UI element.
Résultat Vector4

SetColor() public méthode

Sets the style color for a particular UI element type.
public SetColor ( ColorTarget target, Vector4 value ) : void
target ColorTarget The type of UI element.
value Vector4 The new color.
Résultat void

Style() public méthode

public Style ( NativeStyle style ) : System.Numerics
style NativeStyle
Résultat System.Numerics