Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Annotations.kt, fixed typo: RgpPixel -> RgbPixel (#2793)
It was RgpPixel but it should be RgbPixel as the class with this name was declared before: `class RgbPixel(val red: Short, val green: Short, val blue: Short)`
- Loading branch information