NewTOAPIA.Graphics.RGBd.RGBd C# (CSharp) Method

RGBd() public method

public RGBd ( double gray ) : System
gray double
return System
        public RGBd(double gray)
        {
            this.red = gray;
            this.green = gray;
            this.blue = gray;
        }

Same methods

RGBd::RGBd ( byte bytes ) : System
RGBd::RGBd ( double red, double green, double blue ) : System