Skip to content

Instantly share code, notes, and snippets.

@codewings
codewings / Photoshop_Constants_Rosetta_Stone
Last active July 4, 2023 07:03
Photoshop Constants Rosetta Stone
PSConstants -> value -> CharID TypeIDToStringID
---------- -> ----- -> ------ ----------------
phDialogDontDisplay -> 0 ->
phEnumBitDepthA1R5G5B5 -> 825570869 -> "1565"
phEnumBitDepthA4R4G4B4 -> 875836468 -> "4444"
phEnumAmiga -> 1097688929 -> "Amga"
phKeyArrowhead -> 1098019447 -> "Arrw"
phEventBackLight -> 1113678668 -> "BacL"
phClassBackLight -> 1113680716 -> "BakL"
phEnumBitDepth16 -> 1111765302 -> "BD16"
@staltz
staltz / introrx.md
Last active April 24, 2024 19:47
The introduction to Reactive Programming you've been missing