ThemeColor Class
ThemeColor class
Represents a theme color.
type ThemeColor struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewThemeColor |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetColorType | Gets and sets the theme type. |
SetColorType | Gets and sets the theme type. |
GetTint | Gets and sets the tint value. |
SetTint | Gets and sets the tint value. |