NewTOAPIA.Drawing.RGBA_Bytes.no_color C# (CSharp) Method

no_color() public static method

public static no_color ( ) : IColorType
return IColorType
        public static IColorType no_color() { return new RGBA_Bytes(0, 0, 0, 0); }