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