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

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

Initialise the instruction.
public SetColor ( byte ditherMapIndex ) : System
ditherMapIndex byte
Результат System
            public SetColor(byte ditherMapIndex)
                : base(PictureOpcode.SetColor)
            {
                DitherPaletteIndex = ditherMapIndex;
            }

Same methods

PictureInstruction.SetColor::SetColor ( Stream stream ) : System
PictureInstruction.SetColor