Scripting API
TexturesModule
ColorTexture

ColorTexture

The ColorTexture class encapsulates a texture that has a color (including alpha channel).



Inherits From : TextureBase

Properties

PropertyDescription

color

(get) (Not Available)
(set) color: ColorSignal


Specifies a ColorSignal for a solid color texture. A ColorSignal may be created using the RGBA() and HSVA() methods of the Reactive module.
See Also: ReactiveModule.RGBA and ReactiveModule.HSVA.

Methods

This module exposes no methods.