Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 680 Bytes

Color.md

File metadata and controls

17 lines (12 loc) · 680 Bytes

DragonflySchema.Model.Color

Properties

Name Type Description Notes
R int Value for red channel.
G int Value for green channel.
B int Value for blue channel.
Type string [optional] [readonly] [default to "Color"]
A int Value for the alpha channel, which defines the opacity as a number between 0 (fully transparent) and 255 (fully opaque). [optional] [default to 255]

[Back to Model list] [Back to API list] [Back to README]