C# (CSharp) FlatRedBall.IO Пространство имен

Пространства имен

FlatRedBall.IO.Csv

Классы

Имя Описание
BitReader
BmpLoader Class responsible for creating ImageDatas from BMP files.
BmpLoader.BMPHeader
GifLoader Class responsible for loading GIF files.
GifLoader.GifInfo
PaletteInfo Contains an indexed array of Colors to be used by images with ColorType 3 and possibly ColorTypes 2 and 6.
PngLoader Notes: Interlaced pngs are now fully supported Only the chunks of data that are outlined in the Png specification as Critical Chunks are supported. TODO: Allow use of the CRC values to check the validity of the Chunk data Consider implementing the Ancillary Chunks since chunks like gAMA can drastically change visible colors.
PngLoader.Chunk Represents a typed chunk of data from the .png image.
PngLoader.HeaderInfo Holds all of the information contained in the IHDR chunk of the .png image.
RGB Simple struct used to hold sample values.