Related questions
how to add custom color to flutter?
I want to change the color of AppBar and use a custom color for it, I tried many options but none seem to work.
Is there anything I'm missing?
import 'package:flutter/material.dart';
final ThemeData CompanyThemeData = new ThemeData(
brightness: …
Star B-V color index to apparent RGB color
I'm trying to convert a star's B-V color index to an apparent RGB color. Besides look up tables and color ramps, it seems like there's no well known algorithm for doing this.
What's a B-V color index?
It's a number …