Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Multi.Color Interface

interface Color {
    // Properties
    ${r#propr}: number;
    ${g#propg}: number;
    ${b#propb}: number;
    ${a#propa}?: number;
}
// This interface is not available in managed environment
// This interface is not available in native environment

Color Properties

r

r: number;
// This property is not available in managed environment
// This property is not available in native environment

Red color value.

g

g: number;
// This property is not available in managed environment
// This property is not available in native environment

Green color value.

b

b: number;
// This property is not available in managed environment
// This property is not available in native environment

Blue color value.

a

a?: number;
// This property is not available in managed environment
// This property is not available in native environment

Optional alpha (transparency) color value.