LuciadCPillar C# 2024.0.08
|
Drawing-related concepts like Icons, Color, Image, ... More...
Classes | |
class | IconPainterContext |
Contains context information for painting the icon. More... | |
interface | IIcon |
Represents an icon, that can for example be used when painting point data or labels. More... | |
interface | IIconPainter |
An icon painter can paint an icon as an Image . More... | |
class | Image |
An image with a width, height and pixel data in a specified pixel format. More... | |
class | ImageIcon |
Helper class for loading JPEG or PNG files. More... | |
struct | RelativePosition |
Describes a position relative to an anchor, with a rotation, alignment and offset. More... | |
Enumerations | |
enum | HorizontalAlignment { Left , Center , Right } |
Represents the horizontal alignment of, for example, icons or labels. More... | |
enum | MipmapFilteringType { NoMipmapFiltering , NearestMipmapping , LinearMipmapping , BasedOnData } |
Mipmap filtering is a technique used to reduce the visual artifacts that occurs when a high resolution texture is rendered onto a small surface. More... | |
enum | PixelFormat { Rgb888 , Rgba8888 , Float32 , Rgb32 , UnsignedShort , Rgb565 } |
Enumeration for the supported pixel formats. More... | |
enum | VerticalAlignment { Top , Center , Bottom } |
Represents the vertical alignment of, for example, icons or labels. More... | |
Drawing-related concepts like Icons, Color, Image, ...
Mipmap filtering is a technique used to reduce the visual artifacts that occurs when a high resolution texture is rendered onto a small surface.
The system uses lower resolution textures (mipmaps) to better approximate the exact color.
Enumeration for the supported pixel formats.