What is the difference between .rgba and .fx?
- Name
- RGB Bitmap
- JavaFX
- Extension
- .rgba
- .fx
- Format
- Binary
- Category
- Raster Image
- Vector Image
- Developer
- SGI
- Oracle
- Description
- An RGBA file is a color bitmap image format created by Silicon Graphics (SGI). It is similar to the .RGB file as it supports color RGB channels with an alpha channel.
- Vector image files for use in JavaFX user interface.
- MIME Type
- image/x-rgb
- application/x-java-jnlp-file
- Sample
- sample.rgba
- Wikipedia
- .rgba on Wikipedia
- .fx on Wikipedia