package
0.0.0-20240615171206-6b63b7123fb4
Repository: https://github.com/kulaginds/rdp-html5.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
No description provided by the author
BlackRun BLACK Encodes a single black pixel.
LiteDitheredRun LITE_DITHERED_RUN If run length is zero, then run length is encoded in the byte following and MUST be incremented by 16 to final value.
LiteSetForegroundForegroundBackgroundImageRun LITE_SET_FG_FGBG_IMAGE The run length is encoded in the four low- order bits of the order header byte and MUST be multiplied by 8 to give the final value.
LiteSetForegroundRun LITE_SET_FG_FG_RUN If run length is zero, then run length is encoded in the byte following and MUST be incremented by 16 to final value.
MegaMegaBackgroundRun MEGA_MEGA_BG_RUN Mega form.
MegaMegaColorImage MEGA_MEGA_COLOR_IMAGE.
MegaMegaColorRun MEGA_MEGA_COLOR_RUN.
MegaMegaDitheredRun MEGA_MEGA_DITHERED_RUN.
MegaMegaForegroundBackgroundImageRun MEGA_MEGA_FGBG_IMAGE.
MegaMegaForegroundRun MEGA_MEGA_FG_RUN.
MegaMegaSetForegroundBackgroundImage MEGA_MEGA_SET_FGBG_IMAGE.
MegaMegaSetForegroundRun MEGA_MEGA_SET_FG_RUN.
RegularBackgroundRun REGULAR_BG_RUN If run length is zero, then run length is encoded in the byte following and MUST be incremented by 32 to final value.
RegularColorImageRun REGULAR_COLOR_IMAGE If this value is zero, then the run length is encoded in the byte following the order header and MUST be incremented by 32 to give the final value.
RegularColorRun REGULAR_COLOR_RUN If run length is zero, then run length is encoded in the byte following and MUST be incremented by 32 to final value.
RegularForegroundBackgroundImageRun REGULAR_FGBG_IMAGE The run length is encoded in the five low-order bits of the order header byte and MUST be multiplied by 8 to give the final value.
RegularForegroundRun REGULAR_FG_RUN If run length is zero, then run length is encoded in the byte following and MUST be incremented by 32 to final value.
SpecialForegroundBackground1Run SPECIAL_FGBG_1 8-bit bitmask of 0x03.
SpecialForegroundBackground2Run SPECIAL_FGBG_2 8-bit bitmask of 0x05.
No description provided by the author
WhiteRun WHITE Encodes a single white pixel.