Interface IUniformColor

interface IUniformColor {
    value: Color;
}

Properties

Properties

value: Color