/**
 * @public
 */
export type Color4Type = {
    r: number;
    g: number;
    b: number;
    a: number;
};
