Add default values of annotation fields 'heading' and 'color'.

Westside Robotics
2022-02-04 14:36:50 -08:00
parent 82ed98cf6b
commit d9e1f49857

@ -164,8 +164,8 @@ Again, the annotation ```@ExportToBlocks``` **must** appear immediately before e
Two more optional annotation labels, not illustrated here, are:
- **heading**, such as "My Amazing myBlock"
- **color**, without quotes, just a color number. For example 155 is green, 255 is blue. Check it out!
- **heading**, such as "My Amazing myBlock". The default heading is "call Java method".
- **color**, without quotes, just a color number (hue). For example 155 is green, 255 is blue. Default is 289. Check it out!
[<p align="right"><i>Return to Top</i>](#introduction)<p>