Ultralight  1.0.0
A fast, lightweight, HTML UI engine for native apps.
Bitmap.h File Reference

The header for the Bitmap class. More...

#include <Ultralight/Defines.h>
#include <Ultralight/RefPtr.h>
#include <Ultralight/Geometry.h>

Go to the source code of this file.

Classes

class  ultralight::Bitmap
 Bitmap container with basic blitting and conversion routines. More...
 

Namespaces

 ultralight
 This is a set of common JavaScriptCore Helper functions to simplify sample code.
 

Macros

#define GetBytesPerPixel(x)   (x == kBitmapFormat_A8? 1 : 4)
 Macro to get the bytes per pixel from a BitmapFormat.
 

Variables

 kBitmapFormat_A8
 Alpha-channel only, 8-bits per channel (8-bits in total per pixel)
 

Detailed Description

The header for the Bitmap class.

Author

This file is a part of Ultralight, a fast, lightweight, HTML UI engine

Website: http://ultralig.ht

Copyright (C) 2019 Ultralight, Inc. All rights reserved.

Definition in file Bitmap.h.