Table of Contents

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

ImageScaleMode

HalfBlockChar

The upper half block character used for image rendering.

public const char HalfBlockChar = '▀'

Field Value

char

MaxImageDimension

Maximum pixel dimension (width or height) for resize operations.

public const int MaxImageDimension = 500

Field Value

int

PixelsPerCell

Number of vertical pixels represented by a single half-block cell.

public const int PixelsPerCell = 2

Field Value

int