mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Remove references to pen shade
This commit is contained in:
parent
264042b4cc
commit
086df4652e
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ const ColorParam = {
|
||||||
* @typedef {object} PenState - the pen state associated with a particular target.
|
* @typedef {object} PenState - the pen state associated with a particular target.
|
||||||
* @property {Boolean} penDown - tracks whether the pen should draw for this target.
|
* @property {Boolean} penDown - tracks whether the pen should draw for this target.
|
||||||
* @property {number} color - the current color (hue) of the pen.
|
* @property {number} color - the current color (hue) of the pen.
|
||||||
* @property {number} shade - the current shade of the pen.
|
|
||||||
* @property {PenAttributes} penAttributes - cached pen attributes for the renderer. This is the authoritative value for
|
* @property {PenAttributes} penAttributes - cached pen attributes for the renderer. This is the authoritative value for
|
||||||
* diameter but not for pen color.
|
* diameter but not for pen color.
|
||||||
*/
|
*/
|
||||||
|
@ -71,7 +70,6 @@ class Scratch3PenBlocks {
|
||||||
color: 33,
|
color: 33,
|
||||||
saturation: 100,
|
saturation: 100,
|
||||||
brightness: 100,
|
brightness: 100,
|
||||||
shade: 50,
|
|
||||||
transparency: 0,
|
transparency: 0,
|
||||||
penAttributes: {
|
penAttributes: {
|
||||||
color4f: [0, 0, 1, 1],
|
color4f: [0, 0, 1, 1],
|
||||||
|
|
Loading…
Reference in a new issue