W3cubDocs

/Haxe HashLink

PixelFormat(Int)

package hl

import hl.Format

Available on hl

Variables

@:value(cast 9) @:enum @:impl inline read only ABGR:PixelFormat = 9

@:value(cast 10) @:enum @:impl inline read only ARGB:PixelFormat = 10

@:value(cast 1) @:enum @:impl inline read only BGR:PixelFormat = 1

@:value(cast 8) @:enum @:impl inline read only BGRA:PixelFormat = 8

@:value(cast 3) @:enum @:impl inline read only BGRX:PixelFormat = 3

@:value(cast 11) @:enum @:impl inline read only CMYK:PixelFormat = 11

@:value(cast 6) @:enum @:impl inline read only GRAY:PixelFormat = 6

@:value(cast 0) @:enum @:impl inline read only RGB:PixelFormat = 0

@:value(cast 7) @:enum @:impl inline read only RGBA:PixelFormat = 7

@:value(cast 2) @:enum @:impl inline read only RGBX:PixelFormat = 2

@:value(cast 4) @:enum @:impl inline read only XBGR:PixelFormat = 4

@:value(cast 5) @:enum @:impl inline read only XRGB:PixelFormat = 5

Static variables

@:value(cast 9) @:enum @:impl static inline read only ABGR:PixelFormat = 9

@:value(cast 10) @:enum @:impl static inline read only ARGB:PixelFormat = 10

@:value(cast 1) @:enum @:impl static inline read only BGR:PixelFormat = 1

@:value(cast 8) @:enum @:impl static inline read only BGRA:PixelFormat = 8

@:value(cast 3) @:enum @:impl static inline read only BGRX:PixelFormat = 3

@:value(cast 11) @:enum @:impl static inline read only CMYK:PixelFormat = 11

@:value(cast 6) @:enum @:impl static inline read only GRAY:PixelFormat = 6

@:value(cast 0) @:enum @:impl static inline read only RGB:PixelFormat = 0

@:value(cast 7) @:enum @:impl static inline read only RGBA:PixelFormat = 7

@:value(cast 2) @:enum @:impl static inline read only RGBX:PixelFormat = 2

@:value(cast 4) @:enum @:impl static inline read only XBGR:PixelFormat = 4

@:value(cast 5) @:enum @:impl static inline read only XRGB:PixelFormat = 5

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/hl/PixelFormat.html