C# 클래스 ImGuiNET.Style

파일 보기 프로젝트 열기: mellinoe/ImGui.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetColor() 공개 메소드

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

SetColor() 공개 메소드

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.
리턴 void

Style() 공개 메소드

public Style ( NativeStyle style ) : System.Numerics
style NativeStyle
리턴 System.Numerics