docs: link to better list of icons for nativeImage.createFromNamedImage() (#18336)
This commit is contained in:
parent
af0ad4454e
commit
7e2cbf528e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ Creates a new `NativeImage` instance from `dataURL`.
|
|||
Returns `NativeImage`
|
||||
|
||||
Creates a new `NativeImage` instance from the NSImage that maps to the
|
||||
given image name. See [`NSImageName`](https://developer.apple.com/documentation/appkit/nsimagename?language=objc)
|
||||
given image name. See [`System Icons`](https://developer.apple.com/design/human-interface-guidelines/macos/icons-and-images/system-icons/)
|
||||
for a list of possible values.
|
||||
|
||||
The `hslShift` is applied to the image with the following rules
|
||||
|
|
Loading…
Reference in a new issue