Package Sce.PlayStation.Core.Imaging

Image processing-related features. More...

Classes

struct  FontMetrics
 Font metrics information. More...
struct  CharMetrics
 Metrics information per character. More...
class  Font
 Font. More...
struct  ImageSize
 Image size. More...
struct  ImagePosition
 Coordinate within the image (upper left being the origin) More...
struct  ImageRect
 Rectangular area within the image. More...
struct  ImageColor
 Pixel color. More...
class  Image
 Image. More...

Enumerations

enum  FontAlias { System = 0 }
 

Font separate name.

More...
enum  FontStyle { Regular = 0, Bold = 1<<0, Italic = 1<<1 }
 

Font style.

More...
enum  ImageMode { Rgba, A }
 

Image mode (pixel format)

More...

Detailed Description

Image processing-related features.


Enumeration Type Documentation

enum FontAlias

Font separate name.

Enumerator:
System 

System standard font.

enum FontStyle

Font style.

Enumerator:
Regular 

Standard style.

Bold 

Bold.

Italic 

Italics.

enum ImageMode

Image mode (pixel format)

Enumerator:
Rgba 

8-bit for each RGBA, total 32-bit mode

A 

Alpha-only 8-bit mode.