For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // MyMetalWaterfall.swift | |
| // version 0.1.105 (updated for Swift 5) | |
| // | |
| // Demonstrates using a MetalKit compute shader to render a live waterfall RGB bitmap | |
| // into a UIView | |
| // | |
| // This is a single file iOS app | |
| // | |
| // It includes AppDelegate for a minimal demonstration app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // check version | |
| node -v || node --version | |
| // list locally installed versions of node | |
| nvm ls | |
| // list remove available versions of node | |
| nvm ls-remote | |
| // install specific version of node |