Alexandria.Engines.Sciagi.Resources.PaletteColor.PaletteColor C# (CSharp) Метод

PaletteColor() публичный Метод

Initialise the color.
public PaletteColor ( bool used, byte red, byte green, byte blue ) : System
used bool
red byte
green byte
blue byte
Результат System
        public PaletteColor(bool used, byte red, byte green, byte blue)
        {
            Used = used;
            Red = red;
            Green = green;
            Blue = blue;
        }

Same methods

PaletteColor::PaletteColor ( byte red, byte green, byte blue ) : System
PaletteColor