 |
Color4Item Property |
Gets or sets the component at the specified index.
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic float this[
int index
] { get; set; }Parameters
- index Int32
- The index of the component to access. Use 0 for the alpha component, 1 for the red component, 2 for the green component, and 3 for the blue component.
Property Value
SingleThe value of the red, green, blue, and alpha components, depending on the index.
Return Value
SingleThe value of the component at the specified index.
Exceptions
See Also