Class ImagingDefaults
- Namespace
- SharpConsoleUI.Configuration
- Assembly
- SharpConsoleUI.dll
Default constants for the imaging subsystem.
public static class ImagingDefaults
- Inheritance
-
ImagingDefaults
- Inherited Members
Fields
DefaultScaleMode
Default scale mode for ImageControl.
public const ImageScaleMode DefaultScaleMode = Fit
Field Value
HalfBlockChar
The upper half block character used for image rendering.
public const char HalfBlockChar = '▀'
Field Value
MaxImageDimension
Maximum pixel dimension (width or height) for resize operations.
public const int MaxImageDimension = 500
Field Value
PixelsPerCell
Number of vertical pixels represented by a single half-block cell.
public const int PixelsPerCell = 2