package
Version:
v0.179.20
Opens a new window with list of versions in this module.
Published: May 17, 2024
License: MPL-2.0, MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DrawRingParam struct {
Theme Theme `json:"theme"`
ColorHash multiaccounts.ColorHash `json:"colorHash"`
ImageBytes []byte `json:"imageBytes"`
Height int `json:"height"`
Width int `json:"width"`
RingWidth float64 `json:"ringWidth"`
}
const (
LightTheme Theme = 1
DarkTheme Theme = 2
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.