Skip to content

Node Annotation Update: CoreNodeModels.Watch, CoreNodes.Color#11406

Merged
zeusongit merged 2 commits intoDynamoDS:masterfrom
martinstacey:Node-Annotations-Watch-Color
Jan 28, 2021
Merged

Node Annotation Update: CoreNodeModels.Watch, CoreNodes.Color#11406
zeusongit merged 2 commits intoDynamoDS:masterfrom
martinstacey:Node-Annotations-Watch-Color

Conversation

@martinstacey
Copy link
Contributor

Purpose

The following PR addresses nodes' names and descriptions to make them more descriptive for beginners, PRs are organized according to location in DynamoDS.

These corrections are for CoreNodeModels.Watch and CoreNodes.Color

NODE 127 : Watch
Description: Visualize the output of node. -> Visualize the node's output
Description Input: Node to evaluate -> Node to show output from
Description Output: Watch content -> Node output

NODE 340 : Color.Brightness
Input: c -> color
Description Input: Color -> Color to query brightness from
Output: brightness -> double
Description Output: double between 0 and 1 inclusive. -> Brightness value (between 0 and 1 inclusive)

NODE 341 : Color.Multiply
Input: c1 -> color
Description Input: Color -> Color to multiply
Input: div -> multiplier
Description Input: double -> Multiplier value
Output: Color -> color
Description Output: Color -> Color result from multiplication

NODE 342 : Color.Divide
Input: c1 -> color
Description Input: Color -> Color to divide
Input: div -> dividend
Description Input: double -> Dividend value
Output: Color -> color
Description Output: Color -> Color result from division

NODE 343 : Color.ByARGB
Input: a -> alpha
Description Input: The alpha value. -> Alpha value, int between 0 and 255 inclusive.
Input: r -> red
Description Input: The red value -> Red value for RGB color model, int between 0 and 255 inclusive.
Input: g -> green
Description Input: The green value. -> Green value for RGB color model, int between 0 and 255 inclusive.
Input: b -> blue
Description Input: The blue value. -> Blue value for RGB color model, int between 0 and 255 inclusive.
Description Output: Color -> Color created from ARGB

NODE 529 : Color.Add
Description: Construct a Color by combining two input Colors. -> Construct a color by combining the ARGB values of two existing colors.
Input: c1 -> color
Description Input: Color -> Color to add
Input: c2 -> otherColor
Description Input: Color -> Other color to add

image

Reviewers

@Amoursol @aparajit-pratap @QilongTang

Watch Node Description, Input description and output description updated
@Amoursol
Copy link
Contributor

LGTM @martinstacey

@zeusongit zeusongit merged commit 787aab7 into DynamoDS:master Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants