Lines Matching refs:PixelFormat
19 …erter GetConverter(PixelFormat inputFormat, Endianess inputEndianess, PixelFormat outputFormat, En… in GetConverter()
38 …PixelFormat backBuffer, Endianess backBufferEndianess, PixelFormat frontBuffer, Endianess frontBuf… in GetBlender()
428 …if((inputBufferDescriptor.ColorFormat == PixelFormat.A4 || inputBufferDescriptor.ColorFormat == Pi… in GenerateFrom()
645 public PixelConverter(PixelFormat input, PixelFormat output, ConvertDelegate converter) in PixelConverter()
662 public PixelFormat Input { get; private set; }
663 public PixelFormat Output { get; private set; }
670 …public PixelBlender(PixelFormat back, PixelFormat front, PixelFormat output, BlendDelegate blender) in PixelBlender()
692 public PixelFormat BackBuffer { get; private set; }
693 public PixelFormat FrontBuffer { get; private set; }
694 public PixelFormat Output { get; private set; }
699 …PixelFormat, Endianess, PixelFormat, Endianess, PixelFormat?, Pixel>, IPixelConverter> convertersC…
700 …PixelFormat, Endianess, PixelFormat, Endianess, PixelFormat, Endianess, Pixel, Tuple<Pixel>>, IPix…
723 public PixelFormat ColorFormat { get; set; }
725 public PixelFormat? ClutColorFormat { get; set; }