alphaTab.model.Color
(no description)
class ColorProperties​
a​
(no description)
- JavaScript
- C#
- Kotlin
readonly a: number;double A { get; }val a: Doubleb​
(no description)
- JavaScript
- C#
- Kotlin
readonly b: number;double B { get; }val b: DoubleBlackRgb​
(no description)
- JavaScript
- C#
- Kotlin
static readonly BlackRgb: string;static string BlackRgb { get; }companion object { val BlackRgb: String }g​
(no description)
- JavaScript
- C#
- Kotlin
readonly g: number;double G { get; }val g: Doubler​
(no description)
- JavaScript
- C#
- Kotlin
readonly r: number;double R { get; }val r: Doubleraw​
Gets or sets the raw RGBA value.
- JavaScript
- C#
- Kotlin
raw: number;double Raw { get; set; }var raw: Doublergba​
Gets the RGBA hex string to use in CSS areas.
- JavaScript
- C#
- Kotlin
rgba: string;string Rgba { get; set; }var rgba: StringMethods​
fromJson​
(no description)
| Parameter | Summary |
|---|---|
vAll | (no description) |
random​
(no description)
| Parameter | Summary |
|---|---|
opacityAll | (no description) |
toJson​
(no description)
| Parameter | Summary |
|---|---|
objAll | (no description) |
updateRgba​
(no description)
- JavaScript
- C#
- Kotlin
updateRgba(): voidvoid UpdateRgba()fun updateRgba(): Unit